Searched refs:OutModule (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitReader.cpp | 23 LLVMModuleRef *OutModule, char **OutMessage) { in LLVMParseBitcode() argument 24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule, in LLVMParseBitcode() 30 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext() argument 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext() 36 if (!*OutModule) { in LLVMParseBitcodeInContext()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitReader.cpp | 23 LLVMModuleRef *OutModule, char **OutMessage) { in LLVMParseBitcode() argument 24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule, in LLVMParseBitcode() 30 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext() argument 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext() 36 if (!*OutModule) { in LLVMParseBitcodeInContext()
|