Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCDwarf.h203 StringRef CompilationDir; member
218 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument
219 Header.CompilationDir = CompilationDir; in setCompilationDir()
249 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument
250 Header.CompilationDir = CompilationDir; in setCompilationDir()
DMCContext.h123 SmallString<128> CompilationDir; variable
401 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() argument
453 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir); in setMCLineTableCompilationDir()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp290 const char *CompilationDir = in parseDWO() local
293 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) { in parseDWO()
294 sys::path::append(AbsolutePath, CompilationDir); in parseDWO()
/external/llvm/lib/MC/
DMCContext.cpp47 std::error_code EC = llvm::sys::fs::current_path(CompilationDir); in MCContext()
49 CompilationDir.clear(); in MCContext()
84 CompilationDir.clear(); in reset()
DMCDwarf.cpp339 if (Directory == CompilationDir) in getFile()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp388 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()
DDwarfDebug.h261 StringRef CompilationDir; variable
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc643 TEST_F(SimpleCU, CompilationDir) { in TEST_F() argument