Searched refs:CompilationDir (Results 1 – 8 of 8) sorted by relevance
203 StringRef CompilationDir; member218 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument219 Header.CompilationDir = CompilationDir; in setCompilationDir()249 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument250 Header.CompilationDir = CompilationDir; in setCompilationDir()
123 SmallString<128> CompilationDir; variable401 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir()405 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir()452 void setMCLineTableCompilationDir(unsigned CUID, StringRef CompilationDir) { in setMCLineTableCompilationDir() argument453 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir); in setMCLineTableCompilationDir()
290 const char *CompilationDir = in parseDWO() local293 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) { in parseDWO()294 sys::path::append(AbsolutePath, CompilationDir); in parseDWO()
47 std::error_code EC = llvm::sys::fs::current_path(CompilationDir); in MCContext()49 CompilationDir.clear(); in MCContext()84 CompilationDir.clear(); in reset()
339 if (Directory == CompilationDir) in getFile()
388 CompilationDir = DIUnit->getDirectory(); in constructDwarfCompileUnit()404 NewCU.getUniqueID(), CompilationDir); in constructDwarfCompileUnit()416 if (!CompilationDir.empty()) in constructDwarfCompileUnit()417 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in constructDwarfCompileUnit()1843 if (!CompilationDir.empty()) in initSkeletonUnit()1844 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
261 StringRef CompilationDir; variable
643 TEST_F(SimpleCU, CompilationDir) { in TEST_F() argument