Lines Matching defs:Slots
26 SlotMapping *Slots, bool UpgradeDebugInfo,
34 M ? M->getContext() : OptContext.emplace(), Slots)
40 SlotMapping *Slots,
42 return ::parseAssemblyInto(F, M, Index, Err, Slots,
48 SlotMapping *Slots,
53 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, DataLayoutCallback))
62 SlotMapping *Slots) {
71 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots);
76 LLVMContext &Context, SlotMapping *Slots,
84 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo,
94 SlotMapping *Slots) {
96 F, Err, Context, Slots,
103 LLVMContext &Context, SlotMapping *Slots,
115 Context, Slots, UpgradeDebugInfo,
121 LLVMContext &Context, SlotMapping *Slots,
123 return ::parseAssemblyFileWithIndex(Filename, Err, Context, Slots,
130 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) {
131 return ::parseAssemblyFileWithIndex(Filename, Err, Context, Slots,
139 SlotMapping *Slots) {
141 return parseAssembly(F, Err, Context, Slots);
189 const Module &M, const SlotMapping *Slots) {
195 .parseStandaloneConstantValue(C, Slots))
201 const SlotMapping *Slots) {
203 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots);
218 const SlotMapping *Slots) {
224 .parseTypeAtBeginning(Ty, Read, Slots))
233 const SlotMapping *Slots) {
239 .parseDIExpressionBodyAtBeginning(MD, Read, Slots))