Home
last modified time | relevance | path

Searched refs:DW_UT_split_compile (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp33 getUnitType() == dwarf::DW_UT_split_compile)) in dump()
H A DDWARFUnit.cpp284 } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton) in extract()
H A DDWARFContext.cpp161 bool CU = Header.getUnitType() == DW_UT_split_compile; in fixupIndexV5()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp100 if (Header.Version >= 5 && Header.UnitType != dwarf::DW_UT_split_compile) in getCUIdentifiers()
771 Header.UnitType == dwarf::DW_UT_split_compile) in write()
779 Header.UnitType == dwarf::DW_UT_split_compile) { in write()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h730 #define DW_UT_split_compile 0x05 macro
H A Ddwarf_dump.c1599 case DW_UT_split_compile: in dwarf_get_UT_name()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h434 case dwarf::DW_UT_split_compile: in isMatchingUnitTypeAndTag()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h888 case DW_UT_split_compile: in isUnitType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1008 case llvm::dwarf::DW_UT_split_compile: in GetHeaderByteSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1493 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()