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 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);
  /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/lib/MC/
MCContext.cpp 43 std::error_code EC = llvm::sys::fs::current_path(CompilationDir);
45 CompilationDir.clear();
77 CompilationDir.clear();
MCDwarf.cpp 352 if (Directory == CompilationDir)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 367 CompilationDir = DIUnit->getDirectory();
383 NewCU.getUniqueID(), CompilationDir);
395 if (!CompilationDir.empty())
396 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir);
    [all...]
DwarfDebug.h 254 StringRef CompilationDir;
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 643 TEST_F(SimpleCU, CompilationDir) {
    [all...]

Completed in 222 milliseconds