Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1740 auto &ImportGUIDs = FunctionsToImportPerModule->second; in importFunctions() local
1748 auto MaybeImportType = getImportType(ImportGUIDs, GUID); in importFunctions()
1787 auto MaybeImportType = getImportType(ImportGUIDs, GUID); in importFunctions()
1810 auto MaybeImportType = getImportType(ImportGUIDs, GUID); in importFunctions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp2033 auto ImportGUIDs = getImportGUIDs(); in setEntryCount() local
2034 if (S == nullptr && ImportGUIDs.size()) in setEntryCount()
2035 S = &ImportGUIDs; in setEntryCount()