Searched refs:getLazyBitcodeModule (Results 1 - 10 of 10) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitReader_2_7.h | 48 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
|
H A D | BitReader.cpp | 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
|
H A D | BitcodeReader.cpp | 3495 /// getLazyBitcodeModule - lazy function-at-a-time loading from a file. 3520 llvm_2_7::getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, function in class:__anon1192::llvm_2_7
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitReader_3_0.h | 48 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
|
H A D | BitReader.cpp | 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
|
H A D | BitcodeReader.cpp | 3837 /// getLazyBitcodeModule - lazy function-at-a-time loading from a file. 3862 llvm_3_0::getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, function in class:__anon1195::llvm_3_0
|
/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ReaderWriter_2_9.h | 29 /// getLazyBitcodeModule - Read the header of the specified bitcode buffer 34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | ReaderWriter_2_9_func.h | 29 /// getLazyBitcodeModule - Read the header of the specified bitcode buffer 34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
|
/frameworks/compile/slang/BitWriter_3_2/ |
H A D | ReaderWriter_3_2.h | 29 /// getLazyBitcodeModule - Read the header of the specified bitcode buffer 34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
|
/frameworks/compile/libbcc/lib/ |
H A D | Source.cpp | 49 = llvm::getLazyBitcodeModule(std::move(pInput), pContext);
|
Completed in 241 milliseconds