reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
250 getSymbolSection(DataRefImpl Symb) const = 0;
291 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
1828 Expected<section_iterator> SecOrError = getSymbolSection(Symb);
tools/llvm-nm/llvm-nm.cpp507 MachO->getSymbolSection(S.Sym.getRawDataRefImpl()); 1015 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb);