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

References

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  346     LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol();
  359                       TLOF.getDwarfLineSection()->getBeginSymbol());
lib/MC/MCAsmStreamer.cpp
 2019       SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection());
lib/MC/MCDwarf.cpp
  222   MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection());
  249   MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
   58          Section == FI->getDwarfLineSection() ||
tools/dsymutil/DwarfStreamer.cpp
  461   MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
  604   MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
  695     MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  520   MS->SwitchSection(TLOF->getDwarfLineSection());