Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp218 struct NMSymbol { struct
270 bool operator<(const NMSymbol &A, const NMSymbol &B) { in operator <()
284 bool operator>(const NMSymbol &A, const NMSymbol &B) { return B < A; } in operator >()
285 bool operator==(const NMSymbol &A, const NMSymbol &B) { in operator ==()
299 static void darwinPrintSymbol(SymbolicFile &Obj, const NMSymbol &S, in darwinPrintSymbol()
590 static void darwinPrintStab(MachOObjectFile *MachO, const NMSymbol &S) { in darwinPrintStab()
616 static bool symbolIsDefined(const NMSymbol &Sym) { in symbolIsDefined()
633 static void sortSymbolList(std::vector<NMSymbol> &SymbolList) { in sortSymbolList()
643 static void printExportSymbolList(const std::vector<NMSymbol> &SymbolList) { in printExportSymbolList()
644 for (const NMSymbol &Sym : SymbolList) { in printExportSymbolList()
[all …]