Home
last modified time | relevance | path

Searched refs:CompilationDir (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/MC/
DMCDwarf.h201 StringRef CompilationDir; member
216 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument
217 Header.CompilationDir = CompilationDir; in setCompilationDir()
247 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument
248 Header.CompilationDir = CompilationDir; in setCompilationDir()
DMCContext.h129 SmallString<128> CompilationDir; variable
431 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() argument
482 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir); in setMCLineTableCompilationDir()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp296 const char *CompilationDir = in parseDWO() local
299 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) { in parseDWO()
300 sys::path::append(AbsolutePath, CompilationDir); in parseDWO()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp387 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()
DDwarfDebug.h229 StringRef CompilationDir; variable
/external/llvm/lib/MC/
DMCContext.cpp86 CompilationDir.clear(); in reset()
DMCDwarf.cpp339 if (Directory == CompilationDir) in getFile()
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc643 TEST_F(SimpleCU, CompilationDir) { in TEST_F() argument