Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
GHC.CmmToAsm.PIC
Documentation
cmmMakeDynamicReference :: CmmMakeDynamicReferenceM m => NCGConfig -> ReferenceKind -> CLabel -> m CmmExpr #
class Monad m => CmmMakeDynamicReferenceM m where #
Instances
CmmMakeDynamicReferenceM NatM # | |
Defined in GHC.CmmToAsm.PIC |
data ReferenceKind #
Constructors
DataReference | |
CallReference | |
JumpReference |
Instances
Eq ReferenceKind # | |
Defined in GHC.CmmToAsm.PIC Methods (==) :: ReferenceKind -> ReferenceKind -> Bool # (/=) :: ReferenceKind -> ReferenceKind -> Bool # |
needImportedSymbols :: NCGConfig -> Bool #
pprImportedSymbol :: NCGConfig -> CLabel -> SDoc #
pprGotDeclaration :: NCGConfig -> SDoc #
initializePicBase_ppc :: Arch -> OS -> Reg -> [NatCmmDecl RawCmmStatics Instr] -> NatM [NatCmmDecl RawCmmStatics Instr] #
initializePicBase_x86 :: Arch -> OS -> Reg -> [NatCmmDecl (Alignment, RawCmmStatics) Instr] -> NatM [NatCmmDecl (Alignment, RawCmmStatics) Instr] #