Lines Matching refs:Slots
28 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument
36 M ? M->getContext() : Context, Slots, UpgradeDebugInfo, in parseAssemblyInto()
43 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssembly() argument
48 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, UpgradeDebugInfo, in parseAssembly()
57 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFile() argument
67 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots, in parseAssemblyFile()
73 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyWithIndex() argument
79 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex()
88 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFileWithIndex() argument
98 Context, Slots, UpgradeDebugInfo, in parseAssemblyFileWithIndex()
104 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyString() argument
107 return parseAssembly(F, Err, Context, Slots, UpgradeDebugInfo, in parseAssemblyString()
149 const Module &M, const SlotMapping *Slots) { in parseConstantValue() argument
155 .parseStandaloneConstantValue(C, Slots)) in parseConstantValue()
161 const SlotMapping *Slots) { in parseType() argument
163 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots); in parseType()
178 const SlotMapping *Slots) { in parseTypeAtBeginning() argument
184 .parseTypeAtBeginning(Ty, Read, Slots)) in parseTypeAtBeginning()