HomeSort by relevance Sort by last modified time
    Searched refs:CompilationDir (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/MC/
MCDwarf.h 186 StringRef CompilationDir;
199 void setCompilationDir(StringRef CompilationDir) {
200 Header.CompilationDir = CompilationDir;
230 void setCompilationDir(StringRef CompilationDir) {
231 Header.CompilationDir = CompilationDir;
MCContext.h 113 SmallString<128> CompilationDir;
297 StringRef getCompilationDir() const { return CompilationDir; }
301 void setCompilationDir(StringRef S) { CompilationDir = S.str(); }
350 void setMCLineTableCompilationDir(unsigned CUID, StringRef CompilationDir) {
351 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir);
  /external/llvm/lib/DebugInfo/
DWARFUnit.cpp 256 const char *CompilationDir =
259 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) {
260 sys::path::append(AbsolutePath, CompilationDir);
DWARFContext.cpp 439 if (const char *CompilationDir = CU->getCompilationDir()) {
440 sys::path::append(AbsolutePath, CompilationDir);
  /external/llvm/lib/MC/
MCContext.cpp 42 std::error_code EC = llvm::sys::fs::current_path(CompilationDir);
44 CompilationDir.clear();
MCDwarf.cpp 355 if (Directory == CompilationDir)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 625 CompilationDir = DIUnit.getDirectory();
639 NewCU.getUniqueID(), CompilationDir);
651 if (!CompilationDir.empty())
652 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir);
    [all...]
DwarfDebug.h 266 StringRef CompilationDir;

Completed in 115 milliseconds