Searched refs:LLVMGetBitcodeModuleInContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, function
68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM,
72 /* Deprecated: Use LLVMGetBitcodeModuleInContext instead. */
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, function
68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM,
72 /* Deprecated: Use LLVMGetBitcodeModuleInContext instead. */
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,

Completed in 66 milliseconds