HomeSort by relevance Sort by last modified time
    Searched defs:SourceFileName (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 114 std::string SourceFileName;
172 SourceFileName = Lines.front().second.FileName;
174 const_cast<char *>(SourceFileName.c_str());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 100 StringRef SourceFileName, COFFLinkerOpts;
141 StringRef getSourceFileName() const { return SourceFileName; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 100 StringRef SourceFileName, COFFLinkerOpts;
141 StringRef getSourceFileName() const { return SourceFileName; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 100 StringRef SourceFileName, COFFLinkerOpts;
141 StringRef getSourceFileName() const { return SourceFileName; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 100 StringRef SourceFileName, COFFLinkerOpts;
141 StringRef getSourceFileName() const { return SourceFileName; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 100 StringRef SourceFileName, COFFLinkerOpts;
141 StringRef getSourceFileName() const { return SourceFileName; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 100 StringRef SourceFileName, COFFLinkerOpts;
141 StringRef getSourceFileName() const { return SourceFileName; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 100 StringRef SourceFileName, COFFLinkerOpts;
141 StringRef getSourceFileName() const { return SourceFileName; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 100 StringRef SourceFileName, COFFLinkerOpts;
141 StringRef getSourceFileName() const { return SourceFileName; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /external/clang/lib/Lex/
Pragma.cpp 642 StringRef SourceFileName;
646 SourceFileName = getSpelling(SourceFilenameTok, FileNameBuffer);
653 SourceFileName = FileNameBuffer;
699 StringRef OriginalSource = SourceFileName;
703 SourceFileName);
707 if (!SourceFileName.empty() && !ReplaceFileName.empty() &&
716 << SourceFileName
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 183 std::string SourceFileName; ///< Original source file name for module,
214 const std::string &getSourceFileName() const { return SourceFileName; }
262 void setSourceFileName(StringRef Name) { SourceFileName = Name; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Module.h 168 std::string SourceFileName; ///< Original source file name for module,
199 const std::string &getSourceFileName() const { return SourceFileName; }
247 void setSourceFileName(StringRef Name) { SourceFileName = Name; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Module.h 168 std::string SourceFileName; ///< Original source file name for module,
199 const std::string &getSourceFileName() const { return SourceFileName; }
247 void setSourceFileName(StringRef Name) { SourceFileName = Name; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Module.h 168 std::string SourceFileName; ///< Original source file name for module,
199 const std::string &getSourceFileName() const { return SourceFileName; }
247 void setSourceFileName(StringRef Name) { SourceFileName = Name; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 168 std::string SourceFileName; ///< Original source file name for module,
199 const std::string &getSourceFileName() const { return SourceFileName; }
247 void setSourceFileName(StringRef Name) { SourceFileName = Name; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Module.h 168 std::string SourceFileName; ///< Original source file name for module,
199 const std::string &getSourceFileName() const { return SourceFileName; }
247 void setSourceFileName(StringRef Name) { SourceFileName = Name; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Module.h 168 std::string SourceFileName; ///< Original source file name for module,
199 const std::string &getSourceFileName() const { return SourceFileName; }
247 void setSourceFileName(StringRef Name) { SourceFileName = Name; }
    [all...]

Completed in 782 milliseconds

1 2