LLVM 22.0.0git
MachineModuleInfoImpls.cpp File Reference

Go to the source code of this file.

Typedefs

using PairTy = std::pair<MCSymbol *, MachineModuleInfoImpl::StubValueTy>
using ExprStubPairTy = std::pair<MCSymbol *, const MCExpr *>

Functions

static int SortSymbolPair (const PairTy *LHS, const PairTy *RHS)
static int SortAuthStubPair (const ExprStubPairTy *LHS, const ExprStubPairTy *RHS)

Typedef Documentation

◆ ExprStubPairTy

using ExprStubPairTy = std::pair<MCSymbol *, const MCExpr *>

Definition at line 48 of file MachineModuleInfoImpls.cpp.

◆ PairTy

Definition at line 33 of file MachineModuleInfoImpls.cpp.

Function Documentation

◆ SortAuthStubPair()

int SortAuthStubPair ( const ExprStubPairTy * LHS,
const ExprStubPairTy * RHS )
static

Definition at line 49 of file MachineModuleInfoImpls.cpp.

References LHS, and RHS.

Referenced by llvm::MachineModuleInfoImpl::getSortedExprStubs().

◆ SortSymbolPair()

int SortSymbolPair ( const PairTy * LHS,
const PairTy * RHS )
static

Definition at line 34 of file MachineModuleInfoImpls.cpp.

References LHS, and RHS.

Referenced by llvm::MachineModuleInfoImpl::getSortedStubs().