Searched refs:ContextRef (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 36 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument 41 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext() 59 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() argument 63 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2() 79 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument 82 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext() 106 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2() argument 109 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2()
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | BitReader.h | 49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, 53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, 61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, 67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
|
| H A D | IRReader.h | 32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
|
| /freebsd-12.1/contrib/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 116 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument 123 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()
|