Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp328 SetVector<GlobalValue *> CfiFunctions; in splitAndWriteThinLTOBitcode() local
331 CfiFunctions.insert(&F); in splitAndWriteThinLTOBitcode()
345 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
346 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
350 for (auto V : CfiFunctions) { in splitAndWriteThinLTOBitcode()