Home
last modified time | relevance | path

Searched refs:OutputSectionSymbol (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DSymbols.h252 class OutputSectionSymbol : public Symbol {
254 OutputSectionSymbol(const OutputSection *s) in OutputSectionSymbol() function
273 const OutputSectionSymbol *getOutputSectionSymbol() const;
H A DOutputSections.h50 OutputSectionSymbol *sectionSym = nullptr;
H A DSymbols.cpp111 if (isa<SectionSymbol>(this) || isa<OutputSectionSymbol>(this)) in getWasmType()
415 const OutputSectionSymbol *SectionSymbol::getOutputSectionSymbol() const { in getOutputSectionSymbol()
H A DSyntheticSections.cpp659 auto *s = cast<OutputSectionSymbol>(sym); in writeBody()
H A DWriter.cpp163 auto *sym = make<OutputSectionSymbol>(sec); in createCustomSections()