Searched defs:OutModule (Results 1 - 2 of 2) sorted by path

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp20 reference to the module via the OutModule parameter. Returns 0 on success.
23 LLVMModuleRef *OutModule, char **OutMessage) {
24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
30 LLVMModuleRef *OutModule,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
36 if (!*OutModule) {
45 /* Reads a module from the specified path, returning via the OutModule parameter
22 LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, char **OutMessage) argument
28 LLVMParseBitcodeInContext(LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, char **OutMessage) argument
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp20 reference to the module via the OutModule parameter. Returns 0 on success.
23 LLVMModuleRef *OutModule, char **OutMessage) {
24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
30 LLVMModuleRef *OutModule,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
36 if (!*OutModule) {
45 /* Reads a module from the specified path, returning via the OutModule parameter
22 LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, char **OutMessage) argument
28 LLVMParseBitcodeInContext(LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, char **OutMessage) argument

Completed in 776 milliseconds