Home
last modified time | relevance | path

Searched defs:ExportLists (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp651 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; member
719 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() local
769 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() local
804 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule() local
837 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports() local
879 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize() local
1074 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run() local
H A DLTO.cpp1515 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp276 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals()
353 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction()
524 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule()
623 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in checkVariableImport()
657 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()