Home
last modified time | relevance | path

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

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