Home
last modified time | relevance | path

Searched refs:DW_SECT_ABBREV (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFUnitIndex.h25 DW_SECT_ABBREV, enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDwp.cpp24 return llvm::DW_SECT_ABBREV; in lldbSectTypeToLlvmSectionKind()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
HDllvm-dwp.cpp440 case DW_SECT_ABBREV: in handleSection()
519 {"debug_abbrev.dwo", {MCOFI.getDwarfAbbrevDWOSection(), DW_SECT_ABBREV}}, in write()
595 getSubsection(AbbrevSection, E, DW_SECT_ABBREV), in write()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp295 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); in extract()