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 274 const char *CompilationDir =
277 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) {
278 sys::path::append(AbsolutePath, CompilationDir);
  /external/llvm/include/llvm/MC/
MCContext.h 115 SmallString<128> CompilationDir;
387 StringRef getCompilationDir() const { return CompilationDir; }
391 void setCompilationDir(StringRef S) { CompilationDir = S.str(); }
440 void setMCLineTableCompilationDir(unsigned CUID, StringRef CompilationDir) {
441 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir);
MCDwarf.h 186 StringRef CompilationDir;
199 void setCompilationDir(StringRef CompilationDir) {
200 Header.CompilationDir = CompilationDir;
230 void setCompilationDir(StringRef CompilationDir) {
231 Header.CompilationDir = CompilationDir;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 254 StringRef CompilationDir;

Completed in 93 milliseconds