LLVM  8.0.1
Typedefs | Functions
MachineModuleInfoImpls.cpp File Reference
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/MC/MCSymbol.h"
Include dependency graph for MachineModuleInfoImpls.cpp:

Go to the source code of this file.

Typedefs

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

Functions

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

Typedef Documentation

◆ PairTy

Definition at line 30 of file MachineModuleInfoImpls.cpp.

Function Documentation

◆ SortSymbolPair()

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