Searched refs:CompilationDir (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 138 SmallString<128> CompilationDir; variable 487 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() 490 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir() 557 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile() argument 560 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
|
| H A D | MCDwarf.h | 216 std::string CompilationDir; member 263 Header.CompilationDir = Directory; in maybeSetRootFile() 306 Header.CompilationDir = Directory; in setRootFile()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCContext.cpp | 94 CompilationDir.clear(); in reset() 555 std::string CompDir = CompilationDir.str(); in RemapDebugPaths() 557 CompilationDir = CompDir; in RemapDebugPaths()
|
| H A D | MCDwarf.cpp | 394 CompilationDir.empty() ? CtxCompilationDir : StringRef(CompilationDir); in emitV5FileDirTables() 548 if (Directory == CompilationDir) in tryGetFile()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 488 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local 490 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO() 491 *CompilationDir) { in parseDWO() 492 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 597 if (!CompilationDir.empty()) in finishUnitAttributes() 598 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes() 633 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit() 649 CompilationDir, DIUnit->getFilename(), in getOrCreateDwarfCompileUnit() 2514 if (!CompilationDir.empty()) in initSkeletonUnit() 2515 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
|
| H A D | DwarfDebug.h | 318 StringRef CompilationDir; variable
|