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

References

include/llvm/MC/MCSectionELF.h
   86   const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); }
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  168   EmitLabelDifference(Label, Label->getSection().getBeginSymbol(), 4);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  926       GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr;
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  329       (&CURanges.back().End->getSection() !=
  330        &Range.End->getSection())) {
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1787   SectionLabels.insert(std::make_pair(&Asm->getFunctionBegin()->getSection(),
 2345     SectionRanges[&Range.Begin->getSection()].push_back(&Range);
 2353       const MCSymbol *NewBase = DD.getSectionLabel(&Begin->getSection());
 2493       MCSection *Section = &SCU.Sym->getSection();
lib/MC/ELFObjectWriter.cpp
  695           static_cast<const MCSectionELF &>(Symbol.getSection());
 1051     const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection());
 1329       Sym = Sym->getSection().getBeginSymbol();
 1410     auto &Sec = cast<MCSectionELF>(Sym->getSection());
 1465     const MCSection &SecB = SymB.getSection();
 1493                                  ? cast<MCSectionELF>(&SymA->getSection())
lib/MC/MCAsmStreamer.cpp
 1758   MCSection *TextSec = &CurFrame->Function->getSection();
lib/MC/MCCodeView.cpp
  484   const MCSection *FirstSec = &Locs.front().getLabel()->getSection();
  486     if (&Loc.getLabel()->getSection() != FirstSec) {
  600     if (&Loc.getLabel()->getSection() == &LastLabel->getSection())
  600     if (&Loc.getLabel()->getSection() == &LastLabel->getSection())
lib/MC/MCContext.cpp
  340       (!Sym->isInSection() || Sym->getSection().getBeginSymbol() != Sym))
lib/MC/MCELFStreamer.cpp
  475     S = S->getSection().getBeginSymbol();
lib/MC/MCExpr.cpp
  589   if (!CheckSym.getSection().hasInstructions())
lib/MC/MCObjectWriter.cpp
   48   const MCSection &SecA = SymA.getSection();
lib/MC/MachObjectWriter.cpp
  586       MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
  609       MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
  689   const MCSection &SecA = SA.getSection();
lib/MC/WasmObjectWriter.cpp
  416       const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection());
  483     const MCSection &SecA = SymA->getSection();
  564         static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection());
  835     auto &FuncSection = static_cast<MCSectionWasm &>(Func.Sym->getSection());
 1322         auto &Section = static_cast<MCSectionWasm &>(WS.getSection());
 1352       auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection());
lib/MC/WinCOFFObjectWriter.cpp
  755     MCSection *TargetSection = &A.getSection();
 1023     const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection());
 1045       MCSection *TargetSection = &S->getSection();
lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
  137   const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection());
  317       const MCSection &Sec = Symbol->getSection();
  356       const MCSection &Sec = Symbol->getSection();
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
 1199     static_cast<const MCSectionELF &>(Fn.getSection());
 1307   SwitchSection(&FnStart->getSection());
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
  366   Value += Writer->getSectionAddress(&S.getSection());
  458       const MCSection &Sec = A->getSection();
lib/Target/BPF/BTFDebug.cpp
  913     MCSection &Section = FuncLabel->getSection();
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
   57         MCSection &Section = Sym.getSection();
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
  362       const MCSection &Sec = A->getSection();
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
  138   if (&Target.getSymA()->getSymbol().getSection() !=
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
   49       return &SyExp->getSymbol().getSection();
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
  219       const MCSection &Sec = Symbol->getSection();
  581       const MCSection &Sec = A->getSection();