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

References

unittests/DebugInfo/DWARF/DwarfGenerator.cpp
   67     Die->addValue(DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
   68                   new (DG.getAllocator())
   69                       DIEInlineString(String, DG.getAllocator()));
   74         DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
   75         DIEString(DG.getStringPool().getEntry(*DG.getAsmPrinter(), String)));
   75         DIEString(DG.getStringPool().getEntry(*DG.getAsmPrinter(), String)));
   84     Die->addValue(DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
   85                   DIEString(DG.getStringPool().getIndexedEntry(
   86                       *DG.getAsmPrinter(), String)));