Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitReader.cpp24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule, in LLVMParseBitcode()
28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp27 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule, in LLVMParseBitcode()
36 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() function
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp28 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule, in LLVMParseBitcode()
44 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() function
/external/swiftshader/third_party/LLVM/include/llvm-c/
DBitReader.h35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DBitReader.h49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
/external/llvm/include/llvm-c/
DBitReader.h49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
Dbitreader_ocaml.c69 if (LLVMParseBitcodeInContext(C, MemBuf, &M, &Message)) in llvm_parse_bitcode()
/external/llvm/docs/
DReleaseNotes.rst46 LLVMParseBitcodeInContext, LLVMGetBitcodeModuleInContext and