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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp188 auto &Mod = Input->getSingleBitcodeModule();
582 auto &M = Mod->getSingleBitcodeModule();
1053 Modules[LeftIndex]->getSingleBitcodeModule().getBuffer().size();
1055 Modules[RightIndex]->getSingleBitcodeModule().getBuffer().size();
H A DLTO.cpp477 BitcodeModule &InputFile::getSingleBitcodeModule() { function in class:InputFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h174 BitcodeModule &getSingleBitcodeModule();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp522 auto &Mod = File.getSingleBitcodeModule();

Completed in 115 milliseconds