Searched refs:secName (Results 1 – 3 of 3) sorted by relevance
157 ArrayRef<uint8_t> getDebugSection(StringRef secName);
958 ArrayRef<uint8_t> ObjFile::getDebugSection(StringRef secName) { in getDebugSection() argument959 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
169 StringRef secName) { in expandMemoryRegion() argument