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 203 StringRef CompilationDir;
218 void setCompilationDir(StringRef CompilationDir) {
219 Header.CompilationDir = CompilationDir;
249 void setCompilationDir(StringRef CompilationDir) {
250 Header.CompilationDir = CompilationDir;
MCContext.h 123 SmallString<128> CompilationDir;
401 StringRef getCompilationDir() const { return CompilationDir; }
405 void setCompilationDir(StringRef S) { CompilationDir = S.str(); }
452 void setMCLineTableCompilationDir(unsigned CUID, StringRef CompilationDir) {
453 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 290 const char *CompilationDir =
293 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) {
294 sys::path::append(AbsolutePath, CompilationDir);
  /external/llvm/lib/MC/
MCContext.cpp 47 std::error_code EC = llvm::sys::fs::current_path(CompilationDir);
49 CompilationDir.clear();
84 CompilationDir.clear();
MCDwarf.cpp 339 if (Directory == CompilationDir)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 388 CompilationDir = DIUnit->getDirectory();
404 NewCU.getUniqueID(), CompilationDir);
416 if (!CompilationDir.empty())
417 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir);
    [all...]
DwarfDebug.h 261 StringRef CompilationDir;
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 643 TEST_F(SimpleCU, CompilationDir) {
    [all...]

Completed in 111 milliseconds