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

References

lib/IR/AsmWriter.cpp
 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);
 4322     TypePrinter.print(C->getType(), OS);
 4323     OS << ' ';
 4324     WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr);
 4326     this->printAsOperand(OS, /* PrintType */ true, MST);