Lines Matching refs:Module
24 static bool parseAssemblyInto(MemoryBufferRef F, Module *M, in parseAssemblyInto()
38 bool llvm::parseAssemblyInto(MemoryBufferRef F, Module *M, in parseAssemblyInto()
46 std::unique_ptr<Module>
50 std::unique_ptr<Module> M = in parseAssembly()
51 std::make_unique<Module>(F.getBufferIdentifier(), Context); in parseAssembly()
59 std::unique_ptr<Module> llvm::parseAssemblyFile(StringRef Filename, in parseAssemblyFile()
79 std::unique_ptr<Module> M = in parseAssemblyWithIndex()
80 std::make_unique<Module>(F.getBufferIdentifier(), Context); in parseAssemblyWithIndex()
136 std::unique_ptr<Module> llvm::parseAssemblyString(StringRef AsmString, in parseAssemblyString()
189 const Module &M, const SlotMapping *Slots) { in parseConstantValue()
194 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M), nullptr, M.getContext()) in parseConstantValue()
200 Type *llvm::parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, in parseType()
217 SMDiagnostic &Err, const Module &M, in parseTypeAtBeginning()
223 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M), nullptr, M.getContext()) in parseTypeAtBeginning()
232 const Module &M, in parseDIExpressionBodyAtBeginning()
238 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M), nullptr, M.getContext()) in parseDIExpressionBodyAtBeginning()