Searched refs:MaterializeAll (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 84 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 81 bool MaterializeAll,
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6545 bool MaterializeAll, bool ShouldLazyLoadMetadata) { in getBitcodeModuleImpl() argument 6559 if (MaterializeAll) { in getBitcodeModuleImpl() 6581 LLVMContext &Context, bool MaterializeAll, in getLazyBitcodeModuleImpl() argument 6587 MaterializeAll, ShouldLazyLoadMetadata); in getLazyBitcodeModuleImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6454 BitcodeModule::getModuleImpl(LLVMContext &Context, bool MaterializeAll, in getModuleImpl() argument 6484 if (MaterializeAll) { in getModuleImpl()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6681 BitcodeModule::getModuleImpl(LLVMContext &Context, bool MaterializeAll, in getModuleImpl() argument 6712 if (MaterializeAll) { in getModuleImpl()
|