Home
last modified time | relevance | path

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

/external/llvm/test/MC/COFF/
Dsection-comdat.s7 .section secName, "dr", discard, "Symbol1"
12 .section secName, "dr", one_only, "Symbol2"
/external/llvm-project/llvm/test/MC/COFF/
Dsection-comdat.s9 .section secName, "dr", discard, "Symbol1"
14 .section secName, "dr", one_only, "Symbol2"
/external/llvm/docs/
DExtensions.rst119 .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/
DExtensions.rst119 .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/
DInputFiles.h153 ArrayRef<uint8_t> getDebugSection(StringRef secName);
DInputFiles.cpp718 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/
DLinkerScript.cpp105 StringRef regionName, StringRef secName) { in expandMemoryRegion() argument
110 error("section '" + secName + "' will not fit in region '" + regionName + in expandMemoryRegion()