Searched refs:OutputSectionSymbol (Results 1 – 5 of 5) sorted by relevance
252 class OutputSectionSymbol : public Symbol {254 OutputSectionSymbol(const OutputSection *s) in OutputSectionSymbol() function273 const OutputSectionSymbol *getOutputSectionSymbol() const;
50 OutputSectionSymbol *sectionSym = nullptr;
111 if (isa<SectionSymbol>(this) || isa<OutputSectionSymbol>(this)) in getWasmType()415 const OutputSectionSymbol *SectionSymbol::getOutputSectionSymbol() const { in getOutputSectionSymbol()
659 auto *s = cast<OutputSectionSymbol>(sym); in writeBody()
163 auto *sym = make<OutputSectionSymbol>(sec); in createCustomSections()