Searched refs:OutputSectionSymbol (Results 1 – 5 of 5) sorted by relevance
259 class OutputSectionSymbol : public Symbol {261 OutputSectionSymbol(const OutputSection *s) in OutputSectionSymbol() function280 const OutputSectionSymbol *getOutputSectionSymbol() const;
50 OutputSectionSymbol *sectionSym = nullptr;
114 if (isa<SectionSymbol>(this) || isa<OutputSectionSymbol>(this)) in getWasmType()422 const OutputSectionSymbol *SectionSymbol::getOutputSectionSymbol() const { in getOutputSectionSymbol()
660 auto *s = cast<OutputSectionSymbol>(sym); in writeBody()
164 auto *sym = make<OutputSectionSymbol>(sec); in createCustomSections()