reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/AsmWriter.cpp
 4191   AssemblyWriter W(OS, SlotTable, this->getParent(), AAW,
 4201   AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug,
 4209   AssemblyWriter W(OS, SlotTable, getParent(), nullptr, IsForDebug);
 4225   AssemblyWriter W(OS, *SlotTable, getParent(), nullptr, IsForDebug);
 4304     AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug);
 4308     AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug);
 4311     AssemblyWriter W(OS, SlotTable, GV->getParent(), nullptr, IsForDebug);
 4423   AssemblyWriter W(OS, SlotTable, this, IsForDebug);