Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h148 ArrayRef<uint8_t> getDebugSection(StringRef secName);
H A DInputFiles.cpp733 ArrayRef<uint8_t> ObjFile::getDebugSection(StringRef secName) { in getDebugSection() argument
734 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp159 StringRef secName) { in expandMemoryRegion() argument