Home
last modified time | relevance | path

Searched refs:ContextRef (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitReader.cpp29 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/
HDBitReader.h41 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
58 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
HDIRReader.h32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
/trueos/contrib/llvm/lib/IRReader/
HDIRReader.cpp100 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument
105 *OutM = wrap(ParseIR(unwrap(MemBuf), Diag, *unwrap(ContextRef))); in LLVMParseIRInContext()