Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCDwarf.h186 StringRef CompilationDir; member
199 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument
200 Header.CompilationDir = CompilationDir; in setCompilationDir()
230 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() argument
231 Header.CompilationDir = CompilationDir; in setCompilationDir()
DMCContext.h115 SmallString<128> CompilationDir; variable
387 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir()
391 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir()
440 void setMCLineTableCompilationDir(unsigned CUID, StringRef CompilationDir) { in setMCLineTableCompilationDir() argument
441 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir); in setMCLineTableCompilationDir()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp274 const char *CompilationDir = in parseDWO() local
277 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) { in parseDWO()
278 sys::path::append(AbsolutePath, CompilationDir); in parseDWO()
/external/llvm/lib/MC/
DMCContext.cpp43 std::error_code EC = llvm::sys::fs::current_path(CompilationDir); in MCContext()
45 CompilationDir.clear(); in MCContext()
77 CompilationDir.clear(); in reset()
DMCDwarf.cpp352 if (Directory == CompilationDir) in getFile()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp367 CompilationDir = DIUnit->getDirectory(); in constructDwarfCompileUnit()
383 NewCU.getUniqueID(), CompilationDir); in constructDwarfCompileUnit()
395 if (!CompilationDir.empty()) in constructDwarfCompileUnit()
396 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in constructDwarfCompileUnit()
1830 if (!CompilationDir.empty()) in initSkeletonUnit()
1831 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
DDwarfDebug.h254 StringRef CompilationDir; variable
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc643 TEST_F(SimpleCU, CompilationDir) { in TEST_F() argument