Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp45 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument
50 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext()
73 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() argument
77 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2()
92 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument
95 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext()
121 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2() argument
124 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2()
/external/llvm/include/llvm-c/
DBitReader.h49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
DIRReader.h32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
/external/llvm/lib/IRReader/
DIRReader.cpp102 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument
109 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()