Searched defs:MaterializeAll (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5818 bool MaterializeAll, bool ShouldLazyLoadMetadata) {
5832 if (MaterializeAll) {
5850 /// \param[in] MaterializeAll Set to \c true if we should materialize
5854 LLVMContext &Context, bool MaterializeAll,
5860 MaterializeAll, ShouldLazyLoadMetadata);
5816 getBitcodeModuleImpl(std::unique_ptr<DataStreamer> Streamer, StringRef Name, BitcodeReader *R, LLVMContext &Context, bool MaterializeAll, bool ShouldLazyLoadMetadata) argument
5853 getLazyBitcodeModuleImpl(std::unique_ptr<MemoryBuffer> &&Buffer, LLVMContext &Context, bool MaterializeAll, bool ShouldLazyLoadMetadata = false) argument

Completed in 114 milliseconds