Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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"
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.h148 ArrayRef<uint8_t> getDebugSection(StringRef secName);
H A DInputFiles.cpp692 ArrayRef<uint8_t> ObjFile::getDebugSection(StringRef secName) { in getDebugSection() argument
693 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp159 StringRef secName) { in expandMemoryRegion() argument
164 error("section '" + secName + "' will not fit in region '" + in expandMemoryRegion()