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

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

Completed in 367 milliseconds