Searched refs:secName (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Extensions.rst | 119 .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 D | InputFiles.h | 148 ArrayRef<uint8_t> getDebugSection(StringRef secName);
|
| H A D | InputFiles.cpp | 692 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 D | LinkerScript.cpp | 159 StringRef secName) { in expandMemoryRegion() argument 164 error("section '" + secName + "' will not fit in region '" + in expandMemoryRegion()
|