Searched refs:internal_strdup (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp73 info->function = internal_strdup(function_name);
76 info->file = internal_strdup(file);
99 frame->info.function = internal_strdup(func_buf);
100 frame->info.file = internal_strdup(file_buf);
H A Dtsan_external.cpp78 GetTagData(new_tag)->object_type = internal_strdup(object_type);
81 GetTagData(new_tag)->header = internal_strdup(header);
91 header = internal_strdup(header);
H A Dtsan_rtl_report.cpp203 rt->name = internal_strdup(tctx->name);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp32 lib->templ = internal_strdup(name_templ);
48 lib->real_name = internal_strdup(buf.data());
80 lib->name = internal_strdup(mod.full_name());
H A Dsanitizer_symbolizer.cpp37 module = internal_strdup(mod_name);
109 last_match_ = internal_strdup(str);
H A Dsanitizer_libc.h40 char *internal_strdup(const char *s);
H A Dsanitizer_symbolizer_libbacktrace.cpp77 char *buf = internal_strdup(data.buf);
117 info->file = internal_strdup(filename);
201 return internal_strdup(name);
H A Dsanitizer_symbolizer_markup.cpp69 s->info.function = internal_strdup(buffer);
H A Dsanitizer_file.cpp174 return internal_strdup(name);
192 return internal_strdup(buffer.data());
H A Dsanitizer_symbolizer_mac.cpp40 stack->info.function = internal_strdup(demangled);
49 datainfo->name = internal_strdup(demangled);
H A Dsanitizer_symbolizer_win.cpp155 frame->info.function = internal_strdup(symbol->Name);
158 frame->info.file = internal_strdup(line_info.FileName);
H A Dsanitizer_symbolizer_libcdep.cpp113 info->module = internal_strdup(module_name);
131 info->module = internal_strdup(module_name);
H A Dsanitizer_common.cpp132 full_name_ = internal_strdup(module_name);
H A Dsanitizer_libc.cpp108 char* internal_strdup(const char *s) { function in namespace:__sanitizer
H A Dsanitizer_symbolizer_posix_libcdep.cpp207 : SymbolizerProcess(path), module_name_(internal_strdup(module_name)) {}
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp68 info.function = internal_strdup(cbctx.func ? cbctx.func : "??");
69 info.file = internal_strdup(cbctx.file ? cbctx.file : "-");
114 loc->global.name = internal_strdup(cbctx.name ? cbctx.name : "??");
115 loc->global.file = internal_strdup(cbctx.file ? cbctx.file : "??");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp90 AI.file = internal_strdup(SLoc.getFilename());
93 AI.function = internal_strdup(""); // Avoid printing ?? as function name.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp39 char *s = internal_strdup(so);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp78 NewModeImpl->Mode = internal_strdup(Mode);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp446 if (UNLIKELY(!asan_inited)) return internal_strdup(s);
462 if (UNLIKELY(!asan_inited)) return internal_strdup(s);

Completed in 126 milliseconds