Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp289 SetVector<GlobalValue *> CfiFunctions; in splitAndWriteThinLTOBitcode() local
292 CfiFunctions.insert(&F); in splitAndWriteThinLTOBitcode()
306 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
307 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
311 for (auto V : CfiFunctions) { in splitAndWriteThinLTOBitcode()