Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp196 auto &Mod = Input->getSingleBitcodeModule(); in loadModuleFromInput()
614 auto &M = Mod->getSingleBitcodeModule(); in linkCombinedIndex()
1124 ModulesVec.push_back(&Mod->getSingleBitcodeModule()); in run()
H A DLTO.cpp585 BitcodeModule &InputFile::getSingleBitcodeModule() { in getSingleBitcodeModule() function in InputFile
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h187 BitcodeModule &getSingleBitcodeModule();
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp573 auto &Mod = File.getSingleBitcodeModule(); in loadModuleFromInput()