Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DAddress.h416 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection() function
/external/llvm-project/lldb/source/API/
DSBAddress.cpp159 lldb::SBSection SBAddress::GetSection() { in GetSection() function in SBAddress
/external/vixl/examples/aarch32/
Ddisasm-a32.cc79 int GetSection() const { return section_; } in GetSection() function in Symbol
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc868 const ElfSectionReader<ElfArch> *GetSection(int num) { in GetSection() function in dwarf2reader::ElfReaderImpl
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1877 SectionSP GetSection(uint8_t n_sect, addr_t file_addr) { in GetSection() function in MachSymtabSectionInfo