Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h205 uint64_t withoutFlags = 0, StringRef classRef = {})
207 filePat(filePattern), classRef(classRef), withFlags(withFlags), in SectionCommand()
209 assert((filePattern.empty() || classRef.empty()) && in SectionCommand()
238 StringRef classRef; variable
H A DLinkerScript.cpp537 if (cmd->classRef.empty()) { in computeInputSections()
625 sectionClasses.lookup(CachedHashStringRef(cmd->classRef)); in computeInputSections()
627 Err(ctx) << "undefined section class '" << cmd->classRef << "'"; in computeInputSections()
631 Err(ctx) << "section class '" << cmd->classRef << "' referenced by '" in computeInputSections()
H A DScriptParser.cpp630 if (!isd->classRef.empty()) in readSectionClassDescription()
632 isd->classRef + "'"); in readSectionClassDescription()