Home
last modified time | relevance | path

Searched refs:MaterializeAll (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkArchives.cpp168 if (aModule->MaterializeAll(&moduleErrorMsg)) in LinkInArchive()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp363 bool Module::MaterializeAll(std::string *ErrInfo) { in MaterializeAll() function in Module
370 if (MaterializeAll(ErrInfo)) in MaterializeAllPermanently()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h81 bool MaterializeAll,
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h410 bool MaterializeAll(std::string *ErrInfo = 0);
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6545 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-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5739 BitcodeModule::getModuleImpl(LLVMContext &Context, bool MaterializeAll, in getModuleImpl() argument
5767 if (MaterializeAll) { in getModuleImpl()