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

References

unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  440   TLOF = TM->getObjFileLowering();
  441   MC.reset(new MCContext(MAI.get(), MRI.get(), TLOF));
  442   TLOF->Initialize(*MC, *TM);
  494   Abbreviations.Emit(Asm.get(), TLOF->getDwarfAbbrevSection());
  496   StringPool->emitStringOffsetsTableHeader(*Asm, TLOF->getDwarfStrOffSection(),
  498   StringPool->emit(*Asm, TLOF->getDwarfStrSection(),
  499                    TLOF->getDwarfStrOffSection());
  501   MS->SwitchSection(TLOF->getDwarfInfoSection());
  520   MS->SwitchSection(TLOF->getDwarfLineSection());