Searched refs:LLVMParseBitcodeInContext2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DBitReader.h47 /* This is deprecated. Use LLVMParseBitcodeInContext2. */
52 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp32 return LLVMParseBitcodeInContext2(LLVMGetGlobalContext(), MemBuf, OutModule);
58 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, function

Completed in 45 milliseconds