Searched refs:getCallerLocation (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h44 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { function in namespace:__ubsan
H A Dubsan_handlers.cc67 FallbackLoc.reset(getCallerLocation(Opts.pc));
392 CallerLoc.reset(getCallerLocation(Opts.pc));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h42 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { function in namespace:__ubsan
H A Dubsan_handlers.cc65 FallbackLoc.reset(getCallerLocation(Opts.pc));
388 CallerLoc.reset(getCallerLocation(Opts.pc));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h43 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { function in namespace:__ubsan
H A Dubsan_handlers.cpp108 FallbackLoc.reset(getCallerLocation(Opts.pc));
490 CallerLoc.reset(getCallerLocation(Opts.pc));

Completed in 108 milliseconds