toaarnio / llvm-ir-memprotect

LLVM IR instrumentation for protection against out-of-bounds memory accesses
Mozilla Public License 2.0
9 stars 2 forks source link

Create struct type for ProgramAllocations (see example instrumentation) #1

Closed elhigu closed 11 years ago

elhigu commented 11 years ago

Create struct type which will be passed to helper functions. All the required data for struct generation is found from AddressSpaceInfoManager.

eras commented 11 years ago

The structs have been implemented. There will probably become a need for functions creating accessing IR when (re)implementing limit support.