Go to the documentation of this file.
25 void MachineModuleInfoMachO::anchor() {}
26 void MachineModuleInfoELF::anchor() {}
27 void MachineModuleInfoCOFF::anchor() {}
28 void MachineModuleInfoWasm::anchor() {}
30 using PairTy = std::pair<MCSymbol *, MachineModuleInfoImpl::StubValueTy>;
void array_pod_sort(IteratorTy Start, IteratorTy End)
array_pod_sort - This sorts an array with the specified start and end extent.
This is an optimization pass for GlobalISel generic memory operations.
std::pair< MCSymbol *, MachineModuleInfoImpl::StubValueTy > PairTy
std::vector< std::pair< MCSymbol *, StubValueTy > > SymbolListTy
static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS)
static SymbolListTy getSortedStubs(DenseMap< MCSymbol *, StubValueTy > &)
Return the entries from a DenseMap in a deterministic sorted orer.
StringRef getName() const
Return a constant reference to the value's name.
LLVM_NODISCARD int compare(StringRef RHS) const
compare - Compare two strings; the result is -1, 0, or 1 if this string is lexicographically less tha...