Home
last modified time | relevance | path

Searched defs:extra_info (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/test/API/macosx/objc_exception_recognizer/
H A Dmain.m5 int extra_info; field
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_dl.cpp34 void UnpoisonDllAddr1ExtraInfo(void **extra_info, int flags) { in UnpoisonDllAddr1ExtraInfo()
H A Dmsan_interceptors.cpp1603 int res = REAL(dladdr1)(addr, info, extra_info, flags); in INTERCEPTOR() argument