Home
last modified time | relevance | path

Searched refs:RenderModuleLocation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cpp52 TEST(SanitizerStacktracePrinter, RenderModuleLocation) { in TEST() argument
54 RenderModuleLocation(&str, "/dir/exe", 0x123, kModuleArchUnknown, ""); in TEST()
59 RenderModuleLocation(&str, "/dir/exe", 0x123, kModuleArchUnknown, "/dir/"); in TEST()
64 RenderModuleLocation(&str, "/dir/exe", 0x123, kModuleArchX86_64H, "/dir/"); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp198 RenderModuleLocation(buffer, info->module, info->module_offset, in RenderFrame()
212 RenderModuleLocation(buffer, StripModuleName(info->module), in RenderFrame()
300 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation() function
H A Dsanitizer_stacktrace_printer.h60 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp167 RenderModuleLocation(Buffer, Info.module, Info.module_offset, in RenderLocation()