Home
last modified time | relevance | path

Searched refs:StripModuleName (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp99 const char *StripModuleName(const char *module) { in StripModuleName() function
106 return StripModuleName(bslash_pos + 1); in StripModuleName()
280 char *s = const_cast<char *>(StripModuleName(buf)); in ReadProcessName()
314 const char *exec_name_pos = StripModuleName(buf); in ReadBinaryDir()
H A Dsanitizer_termination.cpp71 SanitizerToolName, StripModuleName(file), line, cond, (uptr)v1, in CheckFailed()
H A Dsanitizer_suppressions.cpp39 const char *file_name_pos = StripModuleName(exec.data()); in GetPathAssumingFileIsRelativeToExec()
H A Dsanitizer_stacktrace_printer.cpp261 RenderModuleLocation(buffer, StripModuleName(info->module), in RenderFrame()
H A Dsanitizer_coverage_libcdep_new.cpp51 GetCoverageFilename(file_path, StripModuleName(module_name), "sancov"); in WriteModuleCoverage()
H A Dsanitizer_procmaps_mac.cpp355 dylib_name = StripModuleName(dylib_name); in IsModuleInstrumented()
H A Dsanitizer_symbolizer_posix_libcdep.cpp418 const char *binary_name = path ? StripModuleName(path) : ""; in ChooseExternalSymbolizer()
H A Dsanitizer_symbolizer_libcdep.cpp489 if (const char* SymbolizerName = StripModuleName(path)) { in SendCommand()
H A Dsanitizer_common.h275 const char *StripModuleName(const char *module);
H A Dsanitizer_mac.cpp1043 const char *dylib_name = StripModuleName(info.dli_fname); in StripEnv()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp174 StripModuleName(global.module), global.module_offset); in PrintLocation()
178 StripModuleName(global.module), global.module_offset); in PrintLocation()