Searched refs:CompilationDir (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 144 SmallString<128> CompilationDir; variable 527 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() 530 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir() 584 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile() argument 588 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
|
D | MCDwarf.h | 218 std::string CompilationDir; member 255 CompilationDir = Directory; in setRootFile() 328 Header.CompilationDir = Directory; in setRootFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 570 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local 572 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO() 573 *CompilationDir) { in parseDWO() 574 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 100 CompilationDir.clear(); in reset() 596 std::string CompDir = CompilationDir.str(); in RemapDebugPaths() 598 CompilationDir = CompDir; in RemapDebugPaths()
|
D | MCDwarf.cpp | 391 const StringRef CompDir = CompilationDir.empty() in emitV5FileDirTables() 393 : StringRef(CompilationDir); in emitV5FileDirTables() 561 if (Directory == CompilationDir) in tryGetFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 841 if (!CompilationDir.empty()) in finishUnitAttributes() 842 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes() 880 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit() 896 CompilationDir, DIUnit->getFilename(), in getOrCreateDwarfCompileUnit() 2820 if (!CompilationDir.empty()) in initSkeletonUnit() 2821 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
|
D | DwarfDebug.h | 334 StringRef CompilationDir; variable
|