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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp294 struct NMSymbol { struct in namespace:__anon4841
316 static bool compareSymbolAddress(const NMSymbol &A, const NMSymbol &B) {
335 static bool compareSymbolSize(const NMSymbol &A, const NMSymbol &B) {
340 static bool compareSymbolName(const NMSymbol &A, const NMSymbol &B) {
360 static std::vector<NMSymbol> SymbolList;
369 static void darwinPrintSymbol(SymbolicFile &Obj, const NMSymbol &S,
677 static void darwinPrintStab(MachOObjectFile *MachO, const NMSymbol
[all...]

Completed in 45 milliseconds