Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp170 bool ShouldBeLazy) { in parseBitcodeFileImpl() argument
180 if (!ShouldBeLazy) { in parseBitcodeFileImpl()
194 LLVMContext &Context, bool ShouldBeLazy) { in makeLTOModule() argument
196 parseBitcodeFileImpl(Buffer, Context, ShouldBeLazy); in makeLTOModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h215 LLVMContext &Context, bool ShouldBeLazy);