Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.h259 class OutputSectionSymbol : public Symbol {
261 OutputSectionSymbol(const OutputSection *s) in OutputSectionSymbol() function
280 const OutputSectionSymbol *getOutputSectionSymbol() const;
H A DOutputSections.h50 OutputSectionSymbol *sectionSym = nullptr;
H A DSymbols.cpp114 if (isa<SectionSymbol>(this) || isa<OutputSectionSymbol>(this)) in getWasmType()
422 const OutputSectionSymbol *SectionSymbol::getOutputSectionSymbol() const { in getOutputSectionSymbol()
H A DSyntheticSections.cpp660 auto *s = cast<OutputSectionSymbol>(sym); in writeBody()
H A DWriter.cpp164 auto *sym = make<OutputSectionSymbol>(sec); in createCustomSections()