Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DBitReader.h75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
/external/llvm/include/llvm-c/
DBitReader.h75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddiagnostic.c73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler()
Dmodule.c42 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
/external/llvm/tools/llvm-c-test/
Ddiagnostic.c73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler()
Dmodule.c43 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp131 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2() function
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp145 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2() function