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