/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 81 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() argument 97 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext() 101 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext() 108 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2() argument 117 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2() 121 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2() 125 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument 127 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule() 132 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2() argument 133 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 93 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() argument 109 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext() 115 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext() 122 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2() argument 131 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2() 135 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2() 139 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument 141 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule() 146 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2() argument 147 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitReader.cpp | 50 LLVMModuleRef *OutM, in LLVMGetBitcodeModuleInContext() argument 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext() 56 if (!*OutM) { in LLVMGetBitcodeModuleInContext() 66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument 68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
|
/external/swiftshader/third_party/llvm-7.0/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/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()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | BitReader.h | 44 LLVMModuleRef *OutM, 47 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IRReader/ |
D | IRReader.cpp | 117 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument 122 *OutM = in LLVMParseIRInContext() 125 if(!*OutM) { in LLVMParseIRInContext()
|