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.cpp172 bool ShouldBeLazy) { in parseBitcodeFileImpl() argument
182 if (!ShouldBeLazy) { in parseBitcodeFileImpl()
196 LLVMContext &Context, bool ShouldBeLazy) { in makeLTOModule() argument
198 parseBitcodeFileImpl(Buffer, Context, ShouldBeLazy); in makeLTOModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h221 LLVMContext &Context, bool ShouldBeLazy);