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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
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,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
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,
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h180 typedef egl_context_t::Ref ContextRef; typedef in namespace:android

Completed in 107 milliseconds