Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp62 LLVMModuleRef *OutM, in LLVMGetBitcodeModuleInContext() argument
72 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext()
78 *OutM = wrap(ModuleOrErr.get()); in LLVMGetBitcodeModuleInContext()
84 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
86 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.cpp100 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument
105 *OutM = in LLVMParseIRInContext()
108 if(!*OutM) { in LLVMParseIRInContext()