26 void MachineModuleInfoMachO::anchor() {}
27 void MachineModuleInfoELF::anchor() {}
28 void MachineModuleInfoCOFF::anchor() {}
30 using PairTy = std::pair<MCSymbol *, MachineModuleInfoImpl::StubValueTy>;
32 return LHS->first->getName().compare(RHS->first->getName());
This class represents lattice values for constants.
std::pair< MCSymbol *, MachineModuleInfoImpl::StubValueTy > PairTy
static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS)
void array_pod_sort(IteratorTy Start, IteratorTy End)
array_pod_sort - This sorts an array with the specified start and end extent.
std::vector< std::pair< MCSymbol *, StubValueTy > > SymbolListTy
static SymbolListTy getSortedStubs(DenseMap< MCSymbol *, StubValueTy > &)
Return the entries from a DenseMap in a deterministic sorted orer.