Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dsection-comdat.s9 .section secName, "dr", discard, "Symbol1"
14 .section secName, "dr", one_only, "Symbol2"
/llvm-project-15.0.7/llvm/docs/
H A DExtensions.rst119 .section secName, "dr", discard, "Symbol1"
126 .section secName, "dr"
139 .section secName, "dr", discard, "Symbol1"
144 .section secName, "dr", discard, "Symbol2"
/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h148 ArrayRef<uint8_t> getDebugSection(StringRef secName);
H A DInputFiles.cpp691 ArrayRef<uint8_t> ObjFile::getDebugSection(StringRef secName) { in getDebugSection() argument
692 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp158 StringRef secName) { in expandMemoryRegion() argument
163 error("section '" + secName + "' will not fit in region '" + in expandMemoryRegion()