Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp168 bool ShouldBeLazy) { in parseBitcodeFileImpl() argument
178 if (!ShouldBeLazy) { in parseBitcodeFileImpl()
192 LLVMContext &Context, bool ShouldBeLazy) { in makeLTOModule() argument
194 parseBitcodeFileImpl(Buffer, Context, ShouldBeLazy); in makeLTOModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h229 LLVMContext &Context, bool ShouldBeLazy);