Home
last modified time | relevance | path

Searched refs:sectionClasses (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h471 llvm::DenseMap<llvm::CachedHashStringRef, SectionClassDesc *> sectionClasses; variable
H A DLinkerScript.cpp625 sectionClasses.lookup(CachedHashStringRef(cmd->classRef)); in computeInputSections()
840 for (const auto &[_, sc] : sectionClasses) { in processSectionCommands()
H A DScriptParser.cpp621 if (!ctx.script->sectionClasses.insert({CachedHashStringRef(name), desc}) in readSectionClassDescription()