Home
last modified time | relevance | path

Searched refs:getModuleImpl (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h124 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeReader.h125 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeReader.h125 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeReader.h125 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeReader.h125 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6454 BitcodeModule::getModuleImpl(LLVMContext &Context, bool MaterializeAll, in getModuleImpl() function in BitcodeModule
6499 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting); in getLazyModule()
6666 return getModuleImpl(Context, true, false, false); in parseModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7941 BitcodeModule::getModuleImpl(LLVMContext &Context, bool MaterializeAll, in getModuleImpl() function in BitcodeModule
7984 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting, in getLazyModule()
8153 return getModuleImpl(Context, true, false, false, Callbacks); in parseModule()