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 D | BitcodeReader.h | 80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 124 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/ |
D | BitcodeReader.h | 125 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/ |
D | BitcodeReader.h | 125 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/ |
D | BitcodeReader.h | 125 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/ |
D | BitcodeReader.h | 125 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6454 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 D | BitcodeReader.cpp | 7941 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()
|