HomeSort by: relevance | last modified time | path
    Searched defs:ModulePath (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/LTO/
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/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/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 18 milliseconds