Searched refs:RenderModuleLocation (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stacktrace_printer_test.cc | 37 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/ |
D | sanitizer_stacktrace_printer.cc | 94 RenderModuleLocation(buffer, info.module, info.module_offset, in RenderFrame() 126 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation() function
|
D | sanitizer_stacktrace_printer.h | 57 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 133 RenderModuleLocation(&LocBuffer, Info.module, Info.module_offset, in renderLocation()
|