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

References

include/llvm/MC/MCSection.h
  112     return const_cast<MCSection *>(this)->getBeginSymbol();
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  168   EmitLabelDifference(Label, Label->getSection().getBeginSymbol(), 4);
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  346     LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol();
  359                       TLOF.getDwarfLineSection()->getBeginSymbol());
  491         TLOF.getDwarfRangesSection()->getBeginSymbol();
 1293                   Label, TLOF.getDwarfAddrSection()->getBeginSymbol());
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1100         const MCSymbol *Sym = TLOF.getDwarfRangesSection()->getBeginSymbol();
 1143                           TLOF.getDwarfLoclistsSection()->getBeginSymbol());
 1152                         TLOF.getDwarfMacinfoSection()->getBeginSymbol());
 1936   emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol());
 2066     Asm->EmitDwarfOffset(CU.getSection()->getBeginSymbol(),
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
 1637         TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false);
 1698   return getSection()->getBeginSymbol();
 1705                   TLOF.getDwarfStrOffSection()->getBeginSymbol());
 1714                   TLOF.getDwarfRnglistsSection()->getBeginSymbol());
lib/MC/ELFObjectWriter.cpp
 1329       Sym = Sym->getSection().getBeginSymbol();
lib/MC/MCContext.cpp
  340       (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym))
lib/MC/MCDwarf.cpp
   61           Ctx.getObjectFileInfo()->getDwarfLineStrSection()->getBeginSymbol();
  904     const MCSymbol *StartSymbol = Sec->getBeginSymbol();
  996     MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol();
 1109     const MCSymbol *StartSymbol = Sec->getBeginSymbol();
lib/MC/MCELFStreamer.cpp
  160   Asm.registerSymbol(*Section->getBeginSymbol());
  475     S = S->getSection().getBeginSymbol();
lib/MC/MCMachOStreamer.cpp
  163       !Section->getBeginSymbol()) {
lib/MC/MCParser/AsmParser.cpp
  906     if (!Sec->getBeginSymbol()) {
lib/MC/MCParser/ELFAsmParser.cpp
  647       if (!ELFSection->getBeginSymbol()) {
lib/MC/MCStreamer.cpp
 1109     MCSymbol *Sym = Section->getBeginSymbol();
lib/MC/MCWasmStreamer.cpp
   69   Asm.registerSymbol(*Section->getBeginSymbol());
lib/MC/WasmObjectWriter.cpp
 1260       MCSymbol *Begin = Sec.getBeginSymbol();
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  129       Asm->getObjFileLowering().getDwarfStrOffSection()->getBeginSymbol();