Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSymbols.h235 class OutputSectionSymbol : public Symbol {
237 OutputSectionSymbol(const OutputSection *s) in OutputSectionSymbol() function
256 const OutputSectionSymbol *getOutputSectionSymbol() const;
DSymbols.cpp96 if (isa<SectionSymbol>(this) || isa<OutputSectionSymbol>(this)) in getWasmType()
340 const OutputSectionSymbol *SectionSymbol::getOutputSectionSymbol() const { in getOutputSectionSymbol()
DOutputSections.h53 OutputSectionSymbol *sectionSym = nullptr;
DSyntheticSections.cpp469 auto *s = cast<OutputSectionSymbol>(sym); in writeBody()
DWriter.cpp150 auto *sym = make<OutputSectionSymbol>(sec); in createCustomSections()