Home
last modified time | relevance | path

Searched refs:ModuleIdentifier (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp540 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex()
543 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
658 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()()
659 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()()
701 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() local
732 ModuleToDefinedGVSummaries[ModuleIdentifier], in promote()
787 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule() local
809 ModuleIdentifier, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule()
810 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
820 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports() local
[all …]
H A DLTO.cpp1569 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() argument
1570 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO()
1587 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO()
1590 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h103 StringRef ModuleIdentifier; variable
114 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, in BitcodeModule() argument
116 : Buffer(Buffer), ModuleIdentifier(ModuleIdentifier), in BitcodeModule()
135 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier()
/openbsd-src/share/snmp/
H A DSNMPv2-CONF.txt110 identifier ModuleIdentifier
114 ModuleIdentifier ::=
222 identifier ModuleIdentifier
223 ModuleIdentifier ::=
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7961 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl()
8012 ModuleIdentifier, 0); in getSummary()