Home
last modified time | relevance | path

Searched refs:MemBuf (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitReader.cpp22 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode() argument
24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule, in LLVMParseBitcode()
29 LLVMMemoryBufferRef MemBuf, in LLVMParseBitcodeInContext() argument
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext()
49 LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModuleInContext() argument
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
74 LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModuleProviderInContext() argument
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf, in LLVMGetBitcodeModuleProviderInContext()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitReader.cpp22 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode() argument
24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule, in LLVMParseBitcode()
29 LLVMMemoryBufferRef MemBuf, in LLVMParseBitcodeInContext() argument
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext()
49 LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModuleInContext() argument
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
74 LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModuleProviderInContext() argument
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf, in LLVMGetBitcodeModuleProviderInContext()
[all …]
/frameworks/compile/slang/
Dllvm-rs-cc.cpp295 std::unique_ptr<llvm::MemoryBuffer> MemBuf = std::move(MBOrErr.get()); in ExpandArgsFromBuf() local
297 const char *Buf = MemBuf->getBufferStart(); in ExpandArgsFromBuf()