Lines Matching full:slots
26 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument
34 M ? M->getContext() : OptContext.emplace(), Slots) in parseAssemblyInto()
40 SlotMapping *Slots, in parseAssemblyInto() argument
42 return ::parseAssemblyInto(F, M, Index, Err, Slots, in parseAssemblyInto()
48 SlotMapping *Slots, in parseAssembly() argument
53 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, DataLayoutCallback)) in parseAssembly()
62 SlotMapping *Slots) { in parseAssemblyFile() argument
71 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots); in parseAssemblyFile()
76 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex() argument
84 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex()
94 SlotMapping *Slots) { in parseAssemblyWithIndex() argument
96 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()
189 const Module &M, const SlotMapping *Slots) { in parseConstantValue() argument
195 .parseStandaloneConstantValue(C, Slots)) in parseConstantValue()
201 const SlotMapping *Slots) { in parseType() argument
203 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots); in parseType()
218 const SlotMapping *Slots) { in parseTypeAtBeginning() argument
224 .parseTypeAtBeginning(Ty, Read, Slots)) in parseTypeAtBeginning()
233 const SlotMapping *Slots) { in parseDIExpressionBodyAtBeginning() argument
239 .parseDIExpressionBodyAtBeginning(MD, Read, Slots)) in parseDIExpressionBodyAtBeginning()