Home
last modified time | relevance | path

Searched refs:ExportModulePath (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp217 StringRef ExportModulePath, in exportGlobalInModule() argument
230 return Summary->modulePath() == ExportModulePath; in exportGlobalInModule()
299 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction() local
300 auto &ProcessedThreshold = ImportsForModule[ExportModulePath][GUID]; in computeImportForFunction()
314 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction()
320 exportGlobalInModule(Index, ExportModulePath, CalleeGUID, ExportList); in computeImportForFunction()
324 exportGlobalInModule(Index, ExportModulePath, GUID, ExportList); in computeImportForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp369 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction() local
370 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction()
377 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction()