Home
last modified time | relevance | path

Searched refs:DW_SECT_EXT_LOC (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h63 DW_SECT_EXT_LOC = 9, enumerator
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp204 case DW_SECT_EXT_LOC: in getColumnHeader()
DDWARFUnit.cpp494 Header.getVersion() >= 5 ? DW_SECT_LOCLISTS : DW_SECT_EXT_LOC)) in tryExtractDIEsIfNeeded()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp472 if (const auto *contribution = entry->getContribution(llvm::DW_SECT_EXT_LOC)) in GetLocationData()
/external/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp551 {"debug_loc.dwo", {MCOFI.getDwarfLocDWOSection(), DW_SECT_EXT_LOC}}, in write()