Home
last modified time | relevance | path

Searched refs:DW_UT_compile (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp143 Asm->emitInt8(dwarf::DW_UT_compile); in emitCompileUnitHeader()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h726 #define DW_UT_compile 0x01 macro
H A Ddwarf_dump.c1591 case DW_UT_compile: in dwarf_get_UT_name()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h426 case dwarf::DW_UT_compile: in isMatchingUnitTypeAndTag()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h884 case DW_UT_compile: in isUnitType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1495 : dwarf::DW_UT_compile; in emitHeader()
1497 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1004 case llvm::dwarf::DW_UT_compile: in GetHeaderByteSize()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp278 UnitType = DW_UT_compile; in extract()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp191 Asm->emitInt8(dwarf::DW_UT_compile); in emitCompileUnitHeader()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp946 MCOS->emitInt8(dwarf::DW_UT_compile); in EmitGenDwarfInfo()