Searched refs:promoteInternals (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() function 315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode() 316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() function 315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode() 316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
|