Home
last modified time | relevance | path

Searched refs:DW_AT_comp_dir (Results 1 – 16 of 16) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/tools/llvm-dwp/
HDllvm-dwp.cpp92 dwarf::toString(Die.find(dwarf::DW_AT_comp_dir), ""); in getDWOFilenames()
/freebsd-head/contrib/elftoolchain/libdwarf/
HDdwarf.h140 #define DW_AT_comp_dir 0x1b macro
HDdwarf_pro_attr.c86 if (_dwarf_add_string_attr(die, &at, DW_AT_comp_dir, dir, error) != in dwarf_add_AT_comp_dir()
HDlibdwarf_lineno.c292 at = _dwarf_attr_find(die, DW_AT_comp_dir); in _dwarf_lineno_init()
HDdwarf_dump.c89 case DW_AT_comp_dir: in dwarf_get_AT_name()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerTypeUnit.cpp104 .addStringPlaceholderAttribute(dwarf::DW_AT_comp_dir, in createDIETree()
HDDWARFLinkerImpl.cpp259 sys::path::append(Buf, dwarf::toString(CU.find(dwarf::DW_AT_comp_dir), "")); in resolveRelativeObjectPath()
HDDWARFLinkerCompileUnit.cpp291 dwarf::toString(getUnitDIE().find(dwarf::DW_AT_comp_dir), "")); in analyzeImportedModule()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp402 return dwarf::toString(getUnitDIE().find(DW_AT_comp_dir), nullptr); in getCompilationDir()
616 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFUnit.cpp870 die->GetAttributeValueAsString(this, DW_AT_comp_dir, nullptr)); in ComputeCompDirAndGuessPathStyle()
HDSymbolFileDWARF.cpp1867 cu_die.GetAttributeValueAsString(dwarf_cu, DW_AT_comp_dir, nullptr); in GetDwoSymbolFileForCompileUnit()
2040 die.GetAttributeValueAsString(DW_AT_comp_dir, nullptr); in UpdateExternalModuleListIfNeeded()
4257 dwarf_cu, DW_AT_comp_dir, nullptr); in GetSeparateDebugInfo()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1042 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes()
3345 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
3475 NewTU.addString(UnitDie, dwarf::DW_AT_comp_dir, CompilationDir); in addDwarfTypeUnitType()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp314 case dwarf::DW_AT_comp_dir: in processOneAttribute()
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp803 EmitAbbrev(MCOS, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp186 sys::path::append(Buf, dwarf::toString(CU.find(dwarf::DW_AT_comp_dir), "")); in resolveRelativeObjectPath()
/freebsd-head/contrib/elftoolchain/readelf/
HDreadelf.c5185 if (dwarf_attrval_string(die, DW_AT_comp_dir, &dir, &de) != in dump_dwarf_line_decoded()