Searched refs:SectionClassDesc (Results 1 – 5 of 5) sorted by relevance
160 struct SectionClassDesc : SectionCommand { struct163 SectionClassDesc(StringRef name) : SectionCommand(ClassKind), sc(name) {} in SectionClassDesc() function
39 struct SectionClassDesc;471 llvm::DenseMap<llvm::CachedHashStringRef, SectionClassDesc *> sectionClasses;
301 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()
171 if (isa<SectionClassDesc>(cmd)) in writeMapFile()
87 SectionClassDesc *readSectionClassDescription();618 SectionClassDesc *ScriptParser::readSectionClassDescription() { in readSectionClassDescription()620 SectionClassDesc *desc = make<SectionClassDesc>(name); in readSectionClassDescription()