Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp273 StringRef SectionClass = (isCodeSection ? "CODE" : "DATA"); in writeMapFile() local
283 os << " " << SectionClass; in writeMapFile()