Lines Matching refs:Slots

27                               SlotMapping *Slots, bool UpgradeDebugInfo,  in parseAssemblyInto()  argument
35 M ? M->getContext() : Context, Slots) in parseAssemblyInto()
41 SlotMapping *Slots, in parseAssemblyInto() argument
43 return ::parseAssemblyInto(F, M, Index, Err, Slots, in parseAssemblyInto()
49 SlotMapping *Slots, in parseAssembly() argument
54 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, DataLayoutCallback)) in parseAssembly()
63 SlotMapping *Slots) { in parseAssemblyFile() argument
72 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots); in parseAssemblyFile()
77 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex() argument
85 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex()
95 SlotMapping *Slots) { in parseAssemblyWithIndex() argument
96 return ::parseAssemblyWithIndex(F, Err, Context, Slots, in parseAssemblyWithIndex()
103 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex() argument
115 Context, Slots, UpgradeDebugInfo, in parseAssemblyFileWithIndex()
121 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex() argument
123 return ::parseAssemblyFileWithIndex(Filename, Err, Context, Slots, in parseAssemblyFileWithIndex()
130 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) { in parseAssemblyFileWithIndexNoUpgradeDebugInfo() argument
131 return ::parseAssemblyFileWithIndex(Filename, Err, Context, Slots, in parseAssemblyFileWithIndexNoUpgradeDebugInfo()
139 SlotMapping *Slots) { in parseAssemblyString() argument
141 return parseAssembly(F, Err, Context, Slots); in parseAssemblyString()
183 const Module &M, const SlotMapping *Slots) { in parseConstantValue() argument
189 .parseStandaloneConstantValue(C, Slots)) in parseConstantValue()
195 const SlotMapping *Slots) { in parseType() argument
197 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots); in parseType()
212 const SlotMapping *Slots) { in parseTypeAtBeginning() argument
218 .parseTypeAtBeginning(Ty, Read, Slots)) in parseTypeAtBeginning()