Home
last modified time | relevance | path

Searched refs:DW_AT_dwo_name (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDebugNamesDWARFIndex.cpp112 cu_die.GetAttributeValueAsString(DW_AT_dwo_name, nullptr); in GetForeignTypeUnit()
114 tu_die.GetAttributeValueAsString(DW_AT_dwo_name, nullptr); in GetForeignTypeUnit()
HDSymbolFileDWARF.cpp775 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
HDllvm-dwp.cpp88 Die.find({dwarf::DW_AT_dwo_name, dwarf::DW_AT_GNU_dwo_name}), ""); in getDWOFilenames()
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
HDdwarf.h222 #define DW_AT_dwo_name 0x76 macro
HDdwarf_dump.c265 case DW_AT_dwo_name: in dwarf_get_AT_name()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDDwarfTransformer.cpp572 {dwarf::DW_AT_dwo_name, dwarf::DW_AT_GNU_dwo_name}), in convert()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1066 ? dwarf::DW_AT_dwo_name in finishUnitAttributes()
1291 ? dwarf::DW_AT_dwo_name in finalizeModuleInfo()
3476 NewTU.addString(UnitDie, dwarf::DW_AT_dwo_name, in addDwarfTypeUnitType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWP/
HDDWP.cpp132 case dwarf::DW_AT_dwo_name: { in getCUIdentifiers()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp929 ? dwarf::toString(UnitDie.find(dwarf::DW_AT_dwo_name)) in createScopes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp612 ? dwarf::toString(UnitDie.find(DW_AT_dwo_name)) in parseDWO()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerImpl.cpp286 CUDie.find({dwarf::DW_AT_dwo_name, dwarf::DW_AT_GNU_dwo_name}), ""); in getPCMFile()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp2440 CUDie.find({dwarf::DW_AT_dwo_name, dwarf::DW_AT_GNU_dwo_name}), ""); in getPCMFile()