Searched refs:OutM (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 94 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() argument 110 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext() 116 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext() 123 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2() argument 132 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2() 136 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2() 140 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument 142 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule() 147 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2() argument 148 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
|
/external/llvm/include/llvm-c/ |
D | BitReader.h | 63 LLVMModuleRef *OutM, char **OutMessage); 69 LLVMModuleRef *OutM); 72 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, 75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
|
D | IRReader.h | 33 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
/external/llvm/lib/IRReader/ |
D | IRReader.cpp | 103 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument 108 *OutM = in LLVMParseIRInContext() 111 if(!*OutM) { in LLVMParseIRInContext()
|