Home
last modified time | relevance | path

Searched refs:CompilationDir (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/MC/
DMCDwarf.h201 StringRef CompilationDir; member
216 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument
217 Header.CompilationDir = CompilationDir; in setCompilationDir()
247 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument
248 Header.CompilationDir = CompilationDir; in setCompilationDir()
DMCContext.h129 SmallString<128> CompilationDir; variable
431 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir()
434 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir()
481 void setMCLineTableCompilationDir(unsigned CUID, StringRef CompilationDir) { in setMCLineTableCompilationDir() argument
482 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir); in setMCLineTableCompilationDir()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h138 SmallString<128> CompilationDir; variable
491 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir()
494 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir()
561 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile() argument
564 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
DMCDwarf.h216 std::string CompilationDir; member
263 Header.CompilationDir = Directory; in maybeSetRootFile()
306 Header.CompilationDir = Directory; in setRootFile()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp296 const char *CompilationDir = in parseDWO() local
299 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) { in parseDWO()
300 sys::path::append(AbsolutePath, CompilationDir); in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp355 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local
357 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()
358 *CompilationDir) { in parseDWO()
359 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp94 CompilationDir.clear(); in reset()
555 std::string CompDir = CompilationDir.str(); in RemapDebugPaths()
557 CompilationDir = CompDir; in RemapDebugPaths()
DMCDwarf.cpp394 CompilationDir.empty() ? CtxCompilationDir : StringRef(CompilationDir); in emitV5FileDirTables()
551 if (Directory == CompilationDir) in tryGetFile()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp387 CompilationDir = DIUnit->getDirectory(); in constructDwarfCompileUnit()
406 NewCU.getUniqueID(), CompilationDir); in constructDwarfCompileUnit()
418 if (!CompilationDir.empty()) in constructDwarfCompileUnit()
419 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in constructDwarfCompileUnit()
1794 if (!CompilationDir.empty()) in initSkeletonUnit()
1795 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
DDwarfDebug.h229 StringRef CompilationDir; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp520 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit()
542 CompilationDir, FN, NewCU.getMD5AsBytes(DIUnit->getFile()), in getOrCreateDwarfCompileUnit()
566 if (!CompilationDir.empty()) in getOrCreateDwarfCompileUnit()
567 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in getOrCreateDwarfCompileUnit()
2235 if (!CompilationDir.empty()) in initSkeletonUnit()
2236 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
DDwarfDebug.h241 StringRef CompilationDir; variable
/external/llvm/lib/MC/
DMCContext.cpp86 CompilationDir.clear(); in reset()
DMCDwarf.cpp339 if (Directory == CompilationDir) in getFile()
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc643 TEST_F(SimpleCU, CompilationDir) { in TEST_F() argument