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

  /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);
  /external/llvm/include/llvm/MC/
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);
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 266 StringRef CompilationDir;

Completed in 88 milliseconds