Home
last modified time | relevance | path

Searched refs:OutM (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp51 LLVMModuleRef *OutM, in LLVMGetBitcodeModuleInContext() argument
58 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext()
64 *OutM = wrap(ModuleOrErr.get()); in LLVMGetBitcodeModuleInContext()
70 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
72 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
/external/llvm/include/llvm-c/
DBitReader.h50 LLVMModuleRef *OutM,
53 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
DIRReader.h33 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/external/llvm/lib/IRReader/
DIRReader.cpp105 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument
110 *OutM = wrap(ParseIR(MB.get(), Diag, *unwrap(ContextRef))); in LLVMParseIRInContext()
112 if(!*OutM) { in LLVMParseIRInContext()