Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp349 SetVector<GlobalValue *> CfiFunctions; in splitAndWriteThinLTOBitcode() local
352 CfiFunctions.insert(&F); in splitAndWriteThinLTOBitcode()
366 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
367 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
371 for (auto V : CfiFunctions) { in splitAndWriteThinLTOBitcode()