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

  /src/external/apache2/llvm/dist/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 504 auto recordNewLinkage = [&](StringRef ModuleIdentifier,
507 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage;
622 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const {
623 const auto &ExportList = ExportLists.find(ModuleIdentifier);
665 auto ModuleIdentifier = TheModule.getModuleIdentifier();
696 TheModule, ModuleToDefinedGVSummaries[ModuleIdentifier]);
709 * Perform cross-module importing for the module identified by ModuleIdentifier.
750 auto ModuleIdentifier = TheModule.getModuleIdentifier();
772 ModuleIdentifier, ModuleToDefinedGVSummaries,
773 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex)
    [all...]
LTO.cpp 1484 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) {
1485 const auto &ExportList = ExportLists.find(ModuleIdentifier);
1502 auto recordNewLinkage = [&](StringRef ModuleIdentifier,
1505 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h 63 StringRef ModuleIdentifier;
74 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier,
76 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier),
95 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6854 std::make_unique<Module>(ModuleIdentifier, Context);
6882 // We don't use ModuleIdentifier here because the client may need to control the
6904 ModuleIdentifier, 0);

Completed in 64 milliseconds