HomeSort by relevance Sort by last modified time
    Searched refs:ContextRef (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm-c/
IRReader.h 32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
BitReader.h 49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 45 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
50 LLVMContext &Ctx = *unwrap(ContextRef);
73 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
77 LLVMContext &Ctx = *unwrap(ContextRef);
92 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
95 LLVMContext &Ctx = *unwrap(ContextRef);
121 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
124 LLVMContext &Ctx = *unwrap(ContextRef);
  /external/llvm/lib/IRReader/
IRReader.cpp 102 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
109 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release());
  /frameworks/native/opengl/libs/EGL/
egl_object.h 174 typedef egl_context_t::Ref ContextRef;
egl_display.cpp 308 ContextRef _cur_c(cur_c);
334 ContextRef _cur_c(cur_c);
eglApi.cpp 670 if (!ContextRef(dp.get(), share_list).get()) {
710 ContextRef _c(dp.get(), ctx);
739 ContextRef _c(dp.get(), ctx);
825 ContextRef _c(dp.get(), ctx);
    [all...]

Completed in 121 milliseconds