Searched defs:ContextRef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, argument
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, argument
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, argument
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,

Completed in 54 milliseconds