LLVM 19.0.0git
Public Member Functions | Friends | List of all members
llvm::MachineModuleInfo Class Reference

This class contains meta information specific to a module. More...

#include "llvm/CodeGen/MachineModuleInfo.h"

Public Member Functions

 MachineModuleInfo (const LLVMTargetMachine *TM=nullptr)
 
 MachineModuleInfo (const LLVMTargetMachine *TM, MCContext *ExtContext)
 
 MachineModuleInfo (MachineModuleInfo &&MMII)
 
 ~MachineModuleInfo ()
 
void initialize ()
 
void finalize ()
 
const LLVMTargetMachinegetTarget () const
 
const MCContextgetContext () const
 
MCContextgetContext ()
 
const ModulegetModule () const
 
MachineFunctiongetOrCreateMachineFunction (Function &F)
 Returns the MachineFunction constructed for the IR function F.
 
MachineFunctiongetMachineFunction (const Function &F) const
 Returns the MachineFunction associated to IR function F if there is one, otherwise nullptr.
 
void deleteMachineFunctionFor (Function &F)
 Delete the MachineFunction MF and reset the link in the IR Function to Machine Function map.
 
void insertFunction (const Function &F, std::unique_ptr< MachineFunction > &&MF)
 Add an externally created MachineFunction MF for F.
 
template<typename Ty >
Ty & getObjFileInfo ()
 Keep track of various per-module pieces of information for backends that would like to do so.
 
template<typename Ty >
const Ty & getObjFileInfo () const
 
bool hasDebugInfo () const
 Returns true if valid debug info is present.
 
bool usesMSVCFloatingPoint () const
 
void setUsesMSVCFloatingPoint (bool b)
 

Friends

class MachineModuleInfoWrapperPass
 
class MachineModuleAnalysis
 

Exception Handling

void setCurrentCallSite (unsigned Site)
 Set the call site currently being processed.
 
unsigned getCurrentCallSite ()
 Get the call site currently being processed, if any.
 

Detailed Description

This class contains meta information specific to a module.

Queries can be made by different debugging and exception handling schemes and reformated for specific use.

Definition at line 74 of file MachineModuleInfo.h.

Constructor & Destructor Documentation

◆ MachineModuleInfo() [1/3]

MachineModuleInfo::MachineModuleInfo ( const LLVMTargetMachine TM = nullptr)
explicit

Definition at line 69 of file MachineModuleInfo.cpp.

References Context, initialize(), llvm::MCContext::setObjectFileInfo(), and TM.

◆ MachineModuleInfo() [2/3]

MachineModuleInfo::MachineModuleInfo ( const LLVMTargetMachine TM,
MCContext ExtContext 
)
explicit

Definition at line 77 of file MachineModuleInfo.cpp.

References Context, initialize(), llvm::MCContext::setObjectFileInfo(), and TM.

◆ MachineModuleInfo() [3/3]

MachineModuleInfo::MachineModuleInfo ( MachineModuleInfo &&  MMII)

◆ ~MachineModuleInfo()

MachineModuleInfo::~MachineModuleInfo ( )

Definition at line 87 of file MachineModuleInfo.cpp.

References finalize().

Member Function Documentation

◆ deleteMachineFunctionFor()

void MachineModuleInfo::deleteMachineFunctionFor ( Function F)

Delete the MachineFunction MF and reset the link in the IR Function to Machine Function map.

Definition at line 124 of file MachineModuleInfo.cpp.

References F.

◆ finalize()

void MachineModuleInfo::finalize ( )

◆ getContext() [1/2]

MCContext & llvm::MachineModuleInfo::getContext ( )
inline

Definition at line 142 of file MachineModuleInfo.h.

References Context.

◆ getContext() [2/2]

const MCContext & llvm::MachineModuleInfo::getContext ( ) const
inline

◆ getCurrentCallSite()

unsigned llvm::MachineModuleInfo::getCurrentCallSite ( )
inline

Get the call site currently being processed, if any.

return zero if none.

Definition at line 192 of file MachineModuleInfo.h.

◆ getMachineFunction()

MachineFunction * MachineModuleInfo::getMachineFunction ( const Function F) const

◆ getModule()

const Module * llvm::MachineModuleInfo::getModule ( ) const
inline

◆ getObjFileInfo() [1/2]

template<typename Ty >
Ty & llvm::MachineModuleInfo::getObjFileInfo ( )
inline

◆ getObjFileInfo() [2/2]

template<typename Ty >
const Ty & llvm::MachineModuleInfo::getObjFileInfo ( ) const
inline

Definition at line 173 of file MachineModuleInfo.h.

◆ getOrCreateMachineFunction()

MachineFunction & MachineModuleInfo::getOrCreateMachineFunction ( Function F)

◆ getTarget()

const LLVMTargetMachine & llvm::MachineModuleInfo::getTarget ( ) const
inline

◆ hasDebugInfo()

bool llvm::MachineModuleInfo::hasDebugInfo ( ) const
inline

◆ initialize()

void MachineModuleInfo::initialize ( )

◆ insertFunction()

void MachineModuleInfo::insertFunction ( const Function F,
std::unique_ptr< MachineFunction > &&  MF 
)

Add an externally created MachineFunction MF for F.

Definition at line 130 of file MachineModuleInfo.cpp.

References assert(), F, and I.

◆ setCurrentCallSite()

void llvm::MachineModuleInfo::setCurrentCallSite ( unsigned  Site)
inline

Set the call site currently being processed.

Definition at line 188 of file MachineModuleInfo.h.

◆ setUsesMSVCFloatingPoint()

void llvm::MachineModuleInfo::setUsesMSVCFloatingPoint ( bool  b)
inline

Definition at line 182 of file MachineModuleInfo.h.

Referenced by computeUsesMSVCFloatingPoint().

◆ usesMSVCFloatingPoint()

bool llvm::MachineModuleInfo::usesMSVCFloatingPoint ( ) const
inline

Friends And Related Function Documentation

◆ MachineModuleAnalysis

friend class MachineModuleAnalysis
friend

Definition at line 76 of file MachineModuleInfo.h.

◆ MachineModuleInfoWrapperPass

friend class MachineModuleInfoWrapperPass
friend

Definition at line 75 of file MachineModuleInfo.h.


The documentation for this class was generated from the following files: