Searched refs:PrintModuleAndOffset (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc63 PrintModuleAndOffset(&frame_desc, info.module, info.module_offset);
H A Dsanitizer_common.cc172 void PrintModuleAndOffset(InternalScopedString *buffer, const char *module, function in namespace:__sanitizer
H A Dsanitizer_common.h175 void PrintModuleAndOffset(InternalScopedString *buffer,
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc251 TEST(SanitizerCommon, PrintModuleAndOffset) {
253 PrintModuleAndOffset(&str, "/dir/exe", 0x123);
260 PrintModuleAndOffset(&str, "/dir/exe", 0x123);
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc121 PrintModuleAndOffset(&LocBuffer, Loc.getModuleLocation().getModuleName(),

Completed in 76 milliseconds