Searched refs:DefinedSection (Results 1 – 1 of 1) sorted by relevance
531 auto DefinedSection = Obj.getSection(SymRef.st_shndx); in graphifyRegularSymbols() local532 if (!DefinedSection) in graphifyRegularSymbols()533 return DefinedSection.takeError(); in graphifyRegularSymbols()534 auto sectName = Obj.getSectionName(**DefinedSection); in graphifyRegularSymbols()