Home
last modified time | relevance | path

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/
DMCContext.h144 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()
DMCDwarf.h218 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/
DDWARFUnit.cpp570 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/
DMCContext.cpp100 CompilationDir.clear(); in reset()
596 std::string CompDir = CompilationDir.str(); in RemapDebugPaths()
598 CompilationDir = CompDir; in RemapDebugPaths()
DMCDwarf.cpp391 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/
DDwarfDebug.cpp841 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()
DDwarfDebug.h334 StringRef CompilationDir; variable