Searched refs:secName (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/MC/COFF/ |
D | section-comdat.s | 7 .section secName, "dr", discard, "Symbol1" 12 .section secName, "dr", one_only, "Symbol2"
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | section-comdat.s | 9 .section secName, "dr", discard, "Symbol1" 14 .section secName, "dr", one_only, "Symbol2"
|
/external/llvm/docs/ |
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"
|
/external/llvm-project/llvm/docs/ |
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"
|
/external/llvm-project/lld/COFF/ |
D | InputFiles.h | 153 ArrayRef<uint8_t> getDebugSection(StringRef secName);
|
D | InputFiles.cpp | 718 ArrayRef<uint8_t> ObjFile::getDebugSection(StringRef secName) { in getDebugSection() argument 719 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
|
/external/llvm-project/lld/ELF/ |
D | LinkerScript.cpp | 105 StringRef regionName, StringRef secName) { in expandMemoryRegion() argument 110 error("section '" + secName + "' will not fit in region '" + regionName + in expandMemoryRegion()
|