Searched refs:IndirectName (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp312 StringRef IndirectName; member in struct:__anon4841::NMSymbol
454 StringRef IndirectName; local
456 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))
459 outs() << IndirectName << ")";
461 outs() << S.IndirectName << ")";
592 StringRef IndirectName; local
595 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))
598 outs() << IndirectName << ")";
600 outs() << S.IndirectName << ")";
898 StringRef IndirectName; local
[all...]

Completed in 47 milliseconds