Searched refs:OutputSectionSymbol (Results 1 – 5 of 5) sorted by relevance
235 class OutputSectionSymbol : public Symbol {237 OutputSectionSymbol(const OutputSection *s) in OutputSectionSymbol() function256 const OutputSectionSymbol *getOutputSectionSymbol() const;
96 if (isa<SectionSymbol>(this) || isa<OutputSectionSymbol>(this)) in getWasmType()340 const OutputSectionSymbol *SectionSymbol::getOutputSectionSymbol() const { in getOutputSectionSymbol()
53 OutputSectionSymbol *sectionSym = nullptr;
469 auto *s = cast<OutputSectionSymbol>(sym); in writeBody()
150 auto *sym = make<OutputSectionSymbol>(sec); in createCustomSections()