Home
last modified time | relevance | path

Searched refs:SectionClass (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h151 struct SectionClass final : public SectionBase {
155 SectionClass(StringRef name) in SectionClass() function
161 SectionClass sc;
H A DLinkerScript.h38 struct SectionClass;
H A DLinkerScript.cpp591 if (!isa<SectionClass>(outCmd) && !isa<SectionClass>(sec->parent)) in computeInputSections()
843 if (sec->parent && isa<SectionClass>(sec->parent)) { in processSectionCommands()
/freebsd/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp272 StringRef SectionClass = (isCodeSection ? "CODE" : "DATA"); in writeMapFile() local
282 os << " " << SectionClass; in writeMapFile()