Searched refs:getLazyBitcodeModule (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h48 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
H A DBitReader.cpp54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
H A DBitcodeReader.cpp3483 /// getLazyBitcodeModule - lazy function-at-a-time loading from a file.
3508 llvm_2_7::getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, function in class:__anon1158::llvm_2_7
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader_3_0.h48 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
H A DBitReader.cpp54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
H A DBitcodeReader.cpp3820 /// getLazyBitcodeModule - lazy function-at-a-time loading from a file.
3845 llvm_3_0::getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, function in class:__anon1161::llvm_3_0
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h29 /// 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 DReaderWriter_2_9_func.h29 /// getLazyBitcodeModule - Read the header of the specified bitcode buffer
34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
/frameworks/compile/slang/BitWriter_3_2/
H A DReaderWriter_3_2.h29 /// getLazyBitcodeModule - Read the header of the specified bitcode buffer
34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp46 = llvm::getLazyBitcodeModule(std::move(pInput), pContext);

Completed in 1533 milliseconds