HomeSort by: relevance | last modified time | path
    Searched refs:modulePaths (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
LLJITWithThinLTOSummaries.cpp 72 ModulePaths.reserve(VI.getSummaryList().size());
74 ModulePaths.push_back(S->modulePath().str());
75 llvm::sort(ModulePaths);
81 for (const std::string &Path : ModulePaths) {
92 std::vector<std::string> ModulePaths;
106 ModulePaths.reserve(Index.modulePaths().size());
107 for (const auto &Entry : Index.modulePaths())
108 ModulePaths.push_back(Entry.first().str());
109 llvm::sort(ModulePaths);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 340 if (!Index.modulePaths().count(ModuleID))
664 auto ModuleCount = Index.modulePaths().size();
715 auto ModuleCount = Index.modulePaths().size();
749 auto ModuleCount = Index.modulePaths().size();
782 auto ModuleCount = Index.modulePaths().size();
824 auto ModuleCount = Index.modulePaths().size();
LTO.cpp 1224 if (!Cache || !CombinedIndex.modulePaths().count(ModuleID) ||
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1377 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
1382 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 494 for (auto &ModPath : Index.modulePaths()) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 1082 for (auto &ModPath : TheIndex->modulePaths())
2914 moduleVec.resize(TheIndex->modulePaths().size());
2915 for (auto &ModPath : TheIndex->modulePaths())
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 472 /// Calls the callback for each entry in the modulePaths StringMap that
479 const auto &MPI = Index.modulePaths().find(M.first);
480 if (MPI == Index.modulePaths().end()) {
490 for (const auto &MPSE : Index.modulePaths())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 867 const auto &ModPaths = Summary->modulePaths();

Completed in 38 milliseconds