Searched defs:GetSection (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Core/
H A DAddress.h354 return IsValid() && (GetSection().get() != NULL);
449 GetSection () const { return m_section_wp.lock(); } function in class:lldb_private::Address
/external/lldb/source/API/
H A DSBAddress.cpp176 SBAddress::GetSection () function in class:SBAddress
180 sb_section.SetSP (m_opaque_ap->GetSection());
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1828 FX_BOOL CPDF_VariableText_Iterator::GetSection(CPVT_Section & section) const function in class:CPDF_VariableText_Iterator
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp794 SectionSP section_sp (symbol->GetAddress().GetSection());
1404 GetSection (uint8_t n_sect, addr_t file_addr) function in class:MachSymtabSectionInfo
2064 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2079 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2107 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2113 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2147 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2308 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2319 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2329 symbol_section = section_info.GetSection (nlis
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp94 FX_BOOL CFX_Edit_Iterator::GetSection(CPVT_Section & section) const function in class:CFX_Edit_Iterator
99 if (m_pVTIterator->GetSection(section))
1575 if (pIterator->GetSection(secinfo))
1613 if (pIterator->GetSection(secinfo))
2629 if (pIterator->GetSection(section))
3059 pIterator->GetSection(section);
3123 pIterator->GetSection(section);
3214 if (pIterator->GetSection(secinfo))

Completed in 183 milliseconds