Searched refs:CompilationDir (Results 1 – 8 of 8) sorted by relevance
201 StringRef CompilationDir; member216 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument217 Header.CompilationDir = CompilationDir; in setCompilationDir()247 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument248 Header.CompilationDir = CompilationDir; in setCompilationDir()
129 SmallString<128> CompilationDir; variable431 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() argument482 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir); in setMCLineTableCompilationDir()
296 const char *CompilationDir = in parseDWO() local299 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) { in parseDWO()300 sys::path::append(AbsolutePath, CompilationDir); in parseDWO()
387 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()
229 StringRef CompilationDir; variable
86 CompilationDir.clear(); in reset()
339 if (Directory == CompilationDir) in getFile()
643 TEST_F(SimpleCU, CompilationDir) { in TEST_F() argument