Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp184 OutSection.emitIntVal(dwarf::DW_PUBNAMES_VERSION, 2); // Version in emitPubAcceleratorEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h63 DW_PUBNAMES_VERSION = 2, ///< Section version number for .debug_pubnames. enumerator
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1214 Asm->emitInt16(dwarf::DW_PUBNAMES_VERSION); // Version in emitPubSectionForUnit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2543 Asm->emitInt16(dwarf::DW_PUBNAMES_VERSION); in emitDebugPubSection()