Searched refs:parseBitcodeFile (Results 1 – 6 of 6) sorted by relevance
42 ErrorOr<Module *> ModuleOrErr = parseBitcodeFile( in LLVMParseBitcodeInContext()
4568 llvm::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm
56 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
70 ErrorOr<Module *> ModuleOrErr = parseBitcodeFile(Buffer, Context); in parseIR()
163 parseBitcodeFile(Buffer->getMemBufferRef(), Context); in readBitcode()
172 parseBitcodeFile(*MBOrErr, Context, DiagnosticHandler); in parseBitcodeFileImpl()