Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp288 SetVector<GlobalValue *> CfiFunctions; in splitAndWriteThinLTOBitcode() local
291 CfiFunctions.insert(&F); in splitAndWriteThinLTOBitcode()
305 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
306 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
310 for (auto V : CfiFunctions) { in splitAndWriteThinLTOBitcode()