HomeSort by relevance Sort by last modified time
    Searched refs:ModPath (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/IR/
ModuleSummaryIndex.cpp 24 StringRef ModPath;
36 if (ModPath.empty()) {
38 ModPath = addModulePath(Path, NextModuleId, Other->getModuleHash(Path))
41 assert(ModPath == Summary->modulePath() &&
47 Summary->setModulePath(ModPath);
  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 158 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
428 uint64_t getModuleId(const StringRef ModPath) const {
429 return ModulePathStringTable.lookup(ModPath).first;
433 const ModuleHash &getModuleHash(const StringRef ModPath) const {
434 auto It = ModulePathStringTable.find(ModPath);
465 addModulePath(StringRef ModPath, uint64_t ModId,
468 ModPath,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 182 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
640 uint64_t getModuleId(const StringRef ModPath) const {
641 return ModulePathStringTable.lookup(ModPath).first;
645 const ModuleHash &getModuleHash(const StringRef ModPath) const {
646 auto It = ModulePathStringTable.find(ModPath);
677 addModulePath(StringRef ModPath, uint64_t ModId,
680 ModPath,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 182 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
640 uint64_t getModuleId(const StringRef ModPath) const {
641 return ModulePathStringTable.lookup(ModPath).first;
645 const ModuleHash &getModuleHash(const StringRef ModPath) const {
646 auto It = ModulePathStringTable.find(ModPath);
677 addModulePath(StringRef ModPath, uint64_t ModId,
680 ModPath,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 182 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
640 uint64_t getModuleId(const StringRef ModPath) const {
641 return ModulePathStringTable.lookup(ModPath).first;
645 const ModuleHash &getModuleHash(const StringRef ModPath) const {
646 auto It = ModulePathStringTable.find(ModPath);
677 addModulePath(StringRef ModPath, uint64_t ModId,
680 ModPath,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 182 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
640 uint64_t getModuleId(const StringRef ModPath) const {
641 return ModulePathStringTable.lookup(ModPath).first;
645 const ModuleHash &getModuleHash(const StringRef ModPath) const {
646 auto It = ModulePathStringTable.find(ModPath);
677 addModulePath(StringRef ModPath, uint64_t ModId,
680 ModPath,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 182 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
640 uint64_t getModuleId(const StringRef ModPath) const {
641 return ModulePathStringTable.lookup(ModPath).first;
645 const ModuleHash &getModuleHash(const StringRef ModPath) const {
646 auto It = ModulePathStringTable.find(ModPath);
677 addModulePath(StringRef ModPath, uint64_t ModId,
680 ModPath,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 182 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
640 uint64_t getModuleId(const StringRef ModPath) const {
641 return ModulePathStringTable.lookup(ModPath).first;
645 const ModuleHash &getModuleHash(const StringRef ModPath) const {
646 auto It = ModulePathStringTable.find(ModPath);
677 addModulePath(StringRef ModPath, uint64_t ModId,
680 ModPath,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 182 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
640 uint64_t getModuleId(const StringRef ModPath) const {
641 return ModulePathStringTable.lookup(ModPath).first;
645 const ModuleHash &getModuleHash(const StringRef ModPath) const {
646 auto It = ModulePathStringTable.find(ModPath);
677 addModulePath(StringRef ModPath, uint64_t ModId,
680 ModPath,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 182 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
640 uint64_t getModuleId(const StringRef ModPath) const {
641 return ModulePathStringTable.lookup(ModPath).first;
645 const ModuleHash &getModuleHash(const StringRef ModPath) const {
646 auto It = ModulePathStringTable.find(ModPath);
677 addModulePath(StringRef ModPath, uint64_t ModId,
680 ModPath,
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 346 for (auto &ModPath : Index.modulePaths()) {
347 const auto &Filename = ModPath.first();
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]

Completed in 1497 milliseconds