Searched refs:getCompilationDir (Results 1 – 6 of 6) sorted by relevance
13 only for clients of getCompilationDir(). This is as simple as checking16 The only current use of getCompilationDir is EmitGenDwarfInfo, which32 StringRef getCompilationDir() const { return CompilationDir; }59 + if (!context.getCompilationDir().empty())68 - MCOS->EmitBytes(context.getCompilationDir());70 + if (!context.getCompilationDir().empty()) {71 + MCOS->EmitBytes(context.getCompilationDir());
130 const char *getCompilationDir();
110 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
384 if (const char *CompilationDir = CU->getCompilationDir()) { in getFileNameForCompileUnit()
282 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
470 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()647 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()648 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()