struct X86ReturnThunks

Declaration

struct X86ReturnThunks : public MachineFunctionPass { /* full declaration omitted */ };

Description

MachineFunctionPass - This class adapts the FunctionPass interface to allow convenient creation of passes that operate on the MachineFunction representation. Instead of overriding runOnFunction, subclasses override runOnMachineFunction.

Declared at: llvm/lib/Target/X86/X86ReturnThunks.cpp:45

Inherits from: MachineFunctionPass

Member Variables

public static char ID

Method Overview

Inherited from MachineFunctionPass:

Inherited from FunctionPass:

Inherited from Pass:

Methods

X86ReturnThunks()

Declared at: llvm/lib/Target/X86/X86ReturnThunks.cpp:47

llvm::StringRef getPassName() const

Description

getPassName - Return a nice clean name for a pass. This usually implemented in terms of the name that is registered by one of the Registration templates, but can be overloaded directly.

Declared at: llvm/lib/Target/X86/X86ReturnThunks.cpp:48

bool runOnMachineFunction(
    llvm::MachineFunction& MF)

Description

runOnMachineFunction - This method must be overloaded to perform the desired machine code transformation or analysis.

Declared at: llvm/lib/Target/X86/X86ReturnThunks.cpp:49

Parameters

llvm::MachineFunction& MF