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