Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h160 struct SectionClassDesc : SectionCommand { struct
163 SectionClassDesc(StringRef name) : SectionCommand(ClassKind), sc(name) {} in SectionClassDesc() function
H A DLinkerScript.h39 struct SectionClassDesc;
471 llvm::DenseMap<llvm::CachedHashStringRef, SectionClassDesc *> sectionClasses;
H A DLinkerScript.cpp301 if (isa<SectionClassDesc>(cmd)) in getSymbolAssignmentValues()
375 if (isa<SectionClassDesc>(cmd)) in declareSymbols()
624 SectionClassDesc *scd = in computeInputSections()
786 } else if (auto *sc = dyn_cast<SectionClassDesc>(base)) { in processSectionCommands()
1552 if (isa<SectionClassDesc>(cmd)) in assignAddresses()
H A DMapFile.cpp171 if (isa<SectionClassDesc>(cmd)) in writeMapFile()
H A DScriptParser.cpp87 SectionClassDesc *readSectionClassDescription();
618 SectionClassDesc *ScriptParser::readSectionClassDescription() { in readSectionClassDescription()
620 SectionClassDesc *desc = make<SectionClassDesc>(name); in readSectionClassDescription()