Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp195 auto &Mod = Input->getSingleBitcodeModule(); in loadModuleFromInput()
622 auto &M = Mod->getSingleBitcodeModule(); in linkCombinedIndex()
1128 ModulesVec.push_back(&Mod->getSingleBitcodeModule()); in run()
H A DLTO.cpp573 BitcodeModule &InputFile::getSingleBitcodeModule() { in getSingleBitcodeModule() function in InputFile
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h185 BitcodeModule &getSingleBitcodeModule();
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp564 auto &Mod = File.getSingleBitcodeModule(); in loadModuleFromInput()