Searched refs:getLazyBitcodeModule (Results 1 – 8 of 8) sorted by relevance
68 getLazyBitcodeModule(std::move(Owner), *unwrap(ContextRef)); in LLVMGetBitcodeModuleInContext()
3718 llvm::getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, in getLazyBitcodeModule() function in llvm
35 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer,
38 getLazyBitcodeModule(std::move(Buffer), Context); in getLazyIRModule()
57 getLazyBitcodeModule(std::move(Buffer), Context); in getLazyModuleFromAssembly()
304 ErrorOr<Module *> MOrErr = getLazyBitcodeModule(std::move(Buff), Context); in create()
181 ErrorOr<Module *> M = getLazyBitcodeModule(std::move(LightweightBuf), Context, in parseBitcodeFileImpl()
647 getLazyBitcodeModule(std::move(*BCBuf), *VMContext); in CreateASTConsumer()