Searched refs:CompilationDir (Results 1 – 8 of 8) sorted by relevance
186 StringRef CompilationDir; member199 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument200 Header.CompilationDir = CompilationDir; in setCompilationDir()230 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument231 Header.CompilationDir = CompilationDir; in setCompilationDir()
115 SmallString<128> CompilationDir; variable387 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir()391 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir()440 void setMCLineTableCompilationDir(unsigned CUID, StringRef CompilationDir) { in setMCLineTableCompilationDir() argument441 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir); in setMCLineTableCompilationDir()
274 const char *CompilationDir = in parseDWO() local277 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) { in parseDWO()278 sys::path::append(AbsolutePath, CompilationDir); in parseDWO()
43 std::error_code EC = llvm::sys::fs::current_path(CompilationDir); in MCContext()45 CompilationDir.clear(); in MCContext()77 CompilationDir.clear(); in reset()
352 if (Directory == CompilationDir) in getFile()
367 CompilationDir = DIUnit->getDirectory(); in constructDwarfCompileUnit()383 NewCU.getUniqueID(), CompilationDir); in constructDwarfCompileUnit()395 if (!CompilationDir.empty()) in constructDwarfCompileUnit()396 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in constructDwarfCompileUnit()1830 if (!CompilationDir.empty()) in initSkeletonUnit()1831 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
254 StringRef CompilationDir; variable
643 TEST_F(SimpleCU, CompilationDir) { in TEST_F() argument