Lines Matching defs:SlotTable
4893 SlotTracker SlotTable(this->getParent());
4895 AssemblyWriter W(OS, SlotTable, this->getParent(), AAW,
4904 SlotTracker SlotTable(this->getParent());
4906 AssemblyWriter W(OS, SlotTable, this->getModule(), AAW,
4914 SlotTracker SlotTable(this);
4916 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug,
4922 SlotTracker SlotTable(getParent());
4924 AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug);
4931 SlotTracker *SlotTable;
4933 SlotTable = ST;
4936 SlotTable = &*LocalST;
4940 AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug);
5011 SlotTracker &SlotTable =
5018 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug);
5032 SlotTracker &SlotTable =
5041 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug);
5049 SlotTracker &SlotTable =
5057 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug);
5076 SlotTracker &SlotTable =
5085 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug);
5089 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug);
5092 AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug);
5284 SlotTracker SlotTable(this);
5286 AssemblyWriter W(OS, SlotTable, this, IsForDebug);