ghc-6.12.3: The GHC APISource codeContentsIndex
CLabel
Documentation
data CLabel Source
show/hide Instances
mkClosureLabel :: Name -> CafInfo -> CLabelSource
mkSRTLabel :: Name -> CafInfo -> CLabelSource
mkInfoTableLabel :: Name -> CafInfo -> CLabelSource
mkEntryLabel :: Name -> CafInfo -> CLabelSource
mkSlowEntryLabel :: Name -> CafInfo -> CLabelSource
mkConEntryLabel :: Name -> CafInfo -> CLabelSource
mkStaticConEntryLabel :: Name -> CafInfo -> CLabelSource
mkRednCountsLabel :: Name -> CafInfo -> CLabelSource
mkConInfoTableLabel :: Name -> CafInfo -> CLabelSource
mkStaticInfoTableLabel :: Name -> CafInfo -> CLabelSource
mkLargeSRTLabel :: Unique -> CLabelSource
mkApEntryLabel :: Bool -> Int -> CLabelSource
mkApInfoTableLabel :: Bool -> Int -> CLabelSource
mkClosureTableLabel :: Name -> CafInfo -> CLabelSource
mkLocalClosureLabel :: Name -> CafInfo -> CLabelSource
mkLocalInfoTableLabel :: Name -> CafInfo -> CLabelSource
mkLocalEntryLabel :: Name -> CafInfo -> CLabelSource
mkLocalConEntryLabel :: CafInfo -> Name -> CLabelSource
mkLocalStaticConEntryLabel :: CafInfo -> Name -> CLabelSource
mkLocalConInfoTableLabel :: CafInfo -> Name -> CLabelSource
mkLocalStaticInfoTableLabel :: CafInfo -> Name -> CLabelSource
mkLocalClosureTableLabel :: Name -> CafInfo -> CLabelSource
mkReturnPtLabel :: Unique -> CLabelSource
mkReturnInfoLabel :: Unique -> CLabelSource
mkAltLabel :: Unique -> ConTag -> CLabelSource
mkDefaultLabel :: Unique -> CLabelSource
mkBitmapLabel :: Unique -> CLabelSource
mkStringLitLabel :: Unique -> CLabelSource
mkAsmTempLabel :: Uniquable a => a -> CLabelSource
mkModuleInitLabel :: Module -> String -> CLabelSource
mkPlainModuleInitLabel :: Module -> CLabelSource
mkModuleInitTableLabel :: Module -> CLabelSource
mkSplitMarkerLabel :: CLabelSource
mkDirty_MUT_VAR_Label :: CLabelSource
mkUpdInfoLabel :: CLabelSource
mkIndStaticInfoLabel :: CLabelSource
mkMainCapabilityLabel :: CLabelSource
mkMAP_FROZEN_infoLabel :: CLabelSource
mkMAP_DIRTY_infoLabel :: CLabelSource
mkEMPTY_MVAR_infoLabel :: CLabelSource
mkTopTickyCtrLabel :: CLabelSource
mkCAFBlackHoleInfoTableLabel :: CLabelSource
mkRtsPrimOpLabel :: PrimOp -> CLabelSource
mkRtsSlowTickyCtrLabel :: String -> CLabelSource
moduleRegdLabel :: CLabelSource
moduleRegTableLabel :: Module -> CLabelSource
mkSelectorInfoLabel :: Bool -> Int -> CLabelSource
mkSelectorEntryLabel :: Bool -> Int -> CLabelSource
mkRtsInfoLabel :: LitString -> CLabelSource
mkRtsEntryLabel :: LitString -> CLabelSource
mkRtsRetInfoLabel :: LitString -> CLabelSource
mkRtsRetLabel :: LitString -> CLabelSource
mkRtsCodeLabel :: LitString -> CLabelSource
mkRtsDataLabel :: LitString -> CLabelSource
mkRtsGcPtrLabel :: LitString -> CLabelSource
mkRtsInfoLabelFS :: FastString -> CLabelSource
mkRtsEntryLabelFS :: FastString -> CLabelSource
mkRtsRetInfoLabelFS :: FastString -> CLabelSource
mkRtsRetLabelFS :: FastString -> CLabelSource
mkRtsCodeLabelFS :: FastString -> CLabelSource
mkRtsDataLabelFS :: FastString -> CLabelSource
mkRtsApFastLabel :: LitString -> CLabelSource
mkPrimCallLabel :: PrimCall -> CLabelSource
mkForeignLabel :: FastString -> Maybe Int -> Bool -> FunctionOrData -> CLabelSource
addLabelSize :: CLabel -> Int -> CLabelSource
foreignLabelStdcallInfo :: CLabel -> Maybe IntSource
mkCCLabel :: CostCentre -> CLabelSource
mkCCSLabel :: CostCentreStack -> CLabelSource
data DynamicLinkerLabelInfo Source
Constructors
CodeStub
SymbolPtr
GotSymbolPtr
GotSymbolOffset
show/hide Instances
mkDynamicLinkerLabel :: DynamicLinkerLabelInfo -> CLabel -> CLabelSource
dynamicLinkerLabelInfo :: CLabel -> Maybe (DynamicLinkerLabelInfo, CLabel)Source
mkPicBaseLabel :: CLabelSource
mkDeadStripPreventer :: CLabel -> CLabelSource
mkHpcTicksLabel :: Module -> CLabelSource
mkHpcModuleNameLabel :: CLabelSource
hasCAF :: CLabel -> BoolSource
infoLblToEntryLbl :: CLabel -> CLabelSource
entryLblToInfoLbl :: CLabel -> CLabelSource
cvtToClosureLbl :: CLabel -> CLabelSource
cvtToSRTLbl :: CLabel -> CLabelSource
needsCDecl :: CLabel -> BoolSource
isAsmTemp :: CLabel -> BoolSource
maybeAsmTemp :: CLabel -> Maybe UniqueSource
externallyVisibleCLabel :: CLabel -> BoolSource
isMathFun :: CLabel -> BoolSource
isCFunctionLabel :: CLabel -> BoolSource
isGcPtrLabel :: CLabel -> BoolSource
labelDynamic :: PackageId -> CLabel -> BoolSource
pprCLabel :: CLabel -> SDocSource
Produced by Haddock version 2.6.1