24 void MachineModuleInfoMachO::anchor() {}
25 void MachineModuleInfoELF::anchor() {}
28 typedef std::pair<MCSymbol*, MachineModuleInfoImpl::StubValueTy> PairTy;
29 const MCSymbol *LHSS = ((
const PairTy *)LHS)->first;
30 const MCSymbol *RHSS = ((
const PairTy *)RHS)->first;
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
std::vector< std::pair< MCSymbol *, StubValueTy > > SymbolListTy
LLVM_NODISCARD LLVM_ATTRIBUTE_ALWAYS_INLINE int compare(StringRef RHS) const
compare - Compare two strings; the result is -1, 0, or 1 if this string is lexicographically less tha...
StringRef getName() const
getName - Get the symbol name.
static int SortSymbolPair(const void *LHS, const void *RHS)
static SymbolListTy getSortedStubs(DenseMap< MCSymbol *, StubValueTy > &)
Return the entries from a DenseMap in a deterministic sorted orer.