Searched refs:RenderModuleLocation (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h59 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
H A Dsanitizer_stacktrace_printer.cc179 RenderModuleLocation(buffer, info.module, info.module_offset,
191 RenderModuleLocation(buffer, StripModuleName(info.module),
254 void RenderModuleLocation(InternalScopedString *buffer, const char *module, function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h57 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
H A Dsanitizer_stacktrace_printer.cc175 RenderModuleLocation(buffer, info.module, info.module_offset,
187 RenderModuleLocation(buffer, StripModuleName(info.module),
250 void RenderModuleLocation(InternalScopedString *buffer, const char *module, function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h60 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
H A Dsanitizer_stacktrace_printer.cpp182 RenderModuleLocation(buffer, info->module, info->module_offset,
194 RenderModuleLocation(buffer, StripModuleName(info->module),
281 void RenderModuleLocation(InternalScopedString *buffer, const char *module, function in namespace:__sanitizer
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cc53 TEST(SanitizerStacktracePrinter, RenderModuleLocation) {
55 RenderModuleLocation(&str, "/dir/exe", 0x123, kModuleArchUnknown, "");
60 RenderModuleLocation(&str, "/dir/exe", 0x123, kModuleArchUnknown, "/dir/");
65 RenderModuleLocation(&str, "/dir/exe", 0x123, kModuleArchX86_64H, "/dir/");
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc162 RenderModuleLocation(Buffer, Info.module, Info.module_offset,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc160 RenderModuleLocation(Buffer, Info.module, Info.module_offset,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cpp169 RenderModuleLocation(Buffer, Info.module, Info.module_offset,

Completed in 277 milliseconds