Searched refs:ContextRef (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitReader.cpp | 28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext() 48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext() 73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleProviderInContext() argument 77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf, in LLVMGetBitcodeModuleProviderInContext()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 44 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument 49 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext() 72 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() argument 76 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2() 91 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument 94 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext() 120 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2() argument 123 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2()
|
/external/llvm/include/llvm-c/ |
D | BitReader.h | 49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, 53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, 61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, 67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
|
D | IRReader.h | 32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | BitReader.h | 35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, 42 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, 52 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
|
/external/llvm/lib/IRReader/ |
D | IRReader.cpp | 102 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument 109 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()
|