Searched refs:ContextRef (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitReader.cpp | 29 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument 35 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext() 49 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument 55 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext() 74 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleProviderInContext() argument 78 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf, in LLVMGetBitcodeModuleProviderInContext()
|
| /trueos/contrib/llvm/include/llvm-c/ |
| HD | BitReader.h | 41 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, 48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, 58 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
|
| HD | IRReader.h | 32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
|
| /trueos/contrib/llvm/lib/IRReader/ |
| HD | IRReader.cpp | 100 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument 105 *OutM = wrap(ParseIR(unwrap(MemBuf), Diag, *unwrap(ContextRef))); in LLVMParseIRInContext()
|