Home
last modified time | relevance | path

Searched refs:getCompilationDir (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/patches/
HDpatch-r262611-llvm-r196874-fix-invalid-pwd-crash.diff13 only for clients of getCompilationDir(). This is as simple as checking
16 The only current use of getCompilationDir is EmitGenDwarfInfo, which
32 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());
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFUnit.h130 const char *getCompilationDir();
HDDWARFUnit.cpp110 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
HDDWARFContext.cpp384 if (const char *CompilationDir = CU->getCompilationDir()) { in getFileNameForCompileUnit()
/trueos/contrib/llvm/include/llvm/MC/
HDMCContext.h282 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
/trueos/contrib/llvm/lib/MC/
HDMCDwarf.cpp470 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
647 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
648 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()