Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp238 std::string IndirectName; member
384 StringRef IndirectName; in darwinPrintSymbol() local
386 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol()
389 outs() << IndirectName << ")"; in darwinPrintSymbol()
391 outs() << S.IndirectName << ")"; in darwinPrintSymbol()
522 StringRef IndirectName; in darwinPrintSymbol() local
525 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol()
528 outs() << IndirectName << ")"; in darwinPrintSymbol()
530 outs() << S.IndirectName << ")"; in darwinPrintSymbol()
846 StringRef IndirectName; in printSymbolList() local
[all …]