Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_printer_test.cc37 TEST(SanitizerStacktracePrinter, RenderModuleLocation) { in TEST() argument
39 RenderModuleLocation(&str, "/dir/exe", 0x123, ""); in TEST()
44 RenderModuleLocation(&str, "/dir/exe", 0x123, "/dir/"); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_printer.cc94 RenderModuleLocation(buffer, info.module, info.module_offset, in RenderFrame()
126 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation() function
Dsanitizer_stacktrace_printer.h57 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc133 RenderModuleLocation(&LocBuffer, Info.module, Info.module_offset, in renderLocation()