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

  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
LLJITWithThinLTOSummaries.cpp 74 ModulePaths.push_back(S->modulePath().str());
153 return S->modulePath();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 227 Summary->modulePath() != CallerModulePath) {
328 RefSummary->modulePath() != Summary.modulePath();
335 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID());
345 (*ExportLists)[RefSummary->modulePath()].insert(VI);
473 Summary.modulePath(), Reason, VI.getGUID());
518 auto ExportModulePath = ResolvedCalleeSummary->modulePath();
674 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) {
676 Index.findSummaryInModule(VI, ModulePath));
783 StringRef ModulePath,
    [all...]
WholeProgramDevirt.cpp 844 if (!isExported(S->modulePath(), VI))
855 Summary.getModuleHash(S->modulePath()));
1119 IsExported |= S->modulePath() != FS->modulePath();
1123 IsExported |= S->modulePath() != FS->modulePath();
1232 TheFn.name(), ExportSummary.getModuleHash(S->modulePath()));
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
core_main.cpp 257 static bool printSourceSymbolsFromModule(StringRef modulePath,
272 std::string(modulePath), *pchRdr, ASTUnit::LoadASTOnly, Diags,
278 errs() << "failed to create TU for: " << modulePath << '\n';
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 206 if (FS->modulePath() == M.getModuleIdentifier()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 361 StringRef ModulePath;
391 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
394 StringRef modulePath() const { return ModulePath; }
1345 return Summary->modulePath() == ModuleId;
1495 void collectDefinedFunctionsForModule(StringRef ModulePath,
1506 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 702 if (Summary->modulePath() == M.getModuleIdentifier())
705 ImportList[Summary->modulePath()].insert(GUID);
LTO.cpp 378 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage());
433 if (isExported(S->modulePath(), VI)) {
1248 StringRef ModulePath = BM.getModuleIdentifier();
1249 assert(ModuleToDefinedGVSummaries.count(ModulePath));
1251 ModuleToDefinedGVSummaries.find(ModulePath)->second;
1349 StringRef ModulePath = BM.getModuleIdentifier();
1351 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix);
1357 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries,
1368 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports",
1375 OnWrite(std::string(ModulePath));
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 148 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const {
157 if (Summary->modulePath() != ModulePath)
AsmWriter.cpp 3376 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath())
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp 626 if (GVS->modulePath() == ModuleId) {
1039 findCalleeFunctionSummary(Call.Callee, FS->modulePath());
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 4174 NameVals.push_back(Index.getModuleId(VS->modulePath()));
4227 NameVals.push_back(Index.getModuleId(FS->modulePath()));
4287 NameVals.push_back(Index.getModuleId(AS->modulePath()));
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 806 StringRef ModulePath;
815 StringRef ModulePath, unsigned ModuleId);
5720 StringRef ModulePath, unsigned ModuleId)
5722 ModulePath(ModulePath), ModuleId(ModuleId) {}
5725 TheIndex.addModule(ModulePath, ModuleId);
5730 return TheIndex.getModule(ModulePath);
6316 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath);
6456 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath());
6574 SmallString<128> ModulePath;
    [all...]

Completed in 89 milliseconds