Home
last modified time | relevance | path

Searched defs:CFICheckFailData (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.h209 struct CFICheckFailData { struct
216 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.h210 struct CFICheckFailData { struct
220 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.h223 struct CFICheckFailData { struct
233 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp123 Value &CFICheckFailData = *(args++); in buildCFICheck() local