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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 296 const char *CompilationDir =
299 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) {
300 sys::path::append(AbsolutePath, CompilationDir);
  /external/llvm/include/llvm/MC/
MCContext.h 129 SmallString<128> CompilationDir;
431 StringRef getCompilationDir() const { return CompilationDir; }
434 void setCompilationDir(StringRef S) { CompilationDir = S.str(); }
481 void setMCLineTableCompilationDir(unsigned CUID, StringRef CompilationDir) {
482 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir);
MCDwarf.h 201 StringRef CompilationDir;
216 void setCompilationDir(StringRef CompilationDir) {
217 Header.CompilationDir = CompilationDir;
247 void setCompilationDir(StringRef CompilationDir) {
248 Header.CompilationDir = CompilationDir;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 229 StringRef CompilationDir;

Completed in 114 milliseconds