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.
Synopsis
Declared in <llvm/CodeGen/MachineModuleInfo.h>
class MachineModuleInfo;
Member Functions
Name |
Description |
|
Constructors |
|
Destructor |
Delete the MachineFunction |
|
Returns the MachineFunction associated to IR function |
|
Keep track of various per‐module pieces of information for backends that would like to do so. |
|
Returns the MachineFunction constructed for the IR function |
|
Group two IR functions so their MachineFunctions are deleted together once both functions have been finalized. |
|
Add an externally created MachineFunction |
Friends
Name |
Description |
An analysis that produces |
|
Created with MrDocs