crucible-llvm-0.6: Support for translating and executing LLVM code in Crucible
Copyright(c) Galois Inc 2020
LicenseBSD3
MaintainerSamuel Breese <sbreese@galois.com>
Stabilityprovisional
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lang.Crucible.LLVM.ArraySizeProfile

Description

 

Documentation

arraySizeProfile :: forall sym ext arch p rtp. (IsSymInterface sym, HasLLVMAnn sym, HasPtrWidth (ArchWidth arch), ?memOpts :: MemOptions) => LLVMContext arch -> IORef (Map Text [FunctionProfile]) -> IO (ExecutionFeature p sym ext rtp) Source #