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 201 StringRef CompilationDir;
216 void setCompilationDir(StringRef CompilationDir) {
217 Header.CompilationDir = CompilationDir;
247 void setCompilationDir(StringRef CompilationDir) {
248 Header.CompilationDir = CompilationDir;
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);
  /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/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 387 CompilationDir = DIUnit->getDirectory();
406 NewCU.getUniqueID(), CompilationDir);
418 if (!CompilationDir.empty())
419 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir);
    [all...]
DwarfDebug.h 229 StringRef CompilationDir;
  /external/llvm/lib/MC/
MCContext.cpp 86 CompilationDir.clear();
MCDwarf.cpp 339 if (Directory == CompilationDir)
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 643 TEST_F(SimpleCU, CompilationDir) {
    [all...]

Completed in 153 milliseconds