Home
last modified time | relevance | path

Searched defs:section_type (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp122 for (SectionType section_type : g_sections) { in CreateInstance() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp127 for (SectionType section_type : g_sections) { in CreateInstance() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp123 for (SectionType section_type : g_sections) { in CreateInstance() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp17 SectionType section_type) { in LoadSection()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp36 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator()
90 Record::Kind section_type, in LineIterator()
132 SymbolFileBreakpad::lines(Record::Kind section_type) { in lines()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp300 SectionType section_type = eSectionTypeOther; in CreateSections() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp935 SectionType section_type = in GetSectionType() local
998 SectionType section_type = GetSectionType(sect_name, m_sect_headers[idx]); in CreateSections() local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp303 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp675 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local
703 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local
1450 uint32_t section_type; in DumpLiteralPointerSection() local
1540 uint32_t section_type; in DumpLiteralPointerSection() local
1770 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents() local
3032 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local
3053 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local
3088 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local
3119 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local
8712 uint32_t section_type = flags & MachO::SECTION_TYPE; in PrintSection() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1141 const lldb::SectionType section_type = section_sp->GetType(); in GetAddressClass() local