Home
last modified time | relevance | path

Searched refs:path_to_binary (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp84 void GetArgV(const char *path_to_binary, in GetArgV() argument
87 argv[i++] = path_to_binary; in GetArgV()
H A Dsanitizer_symbolizer_internal.h104 virtual void GetArgV(const char *path_to_binary, in GetArgV() argument
H A Dsanitizer_symbolizer_posix_libcdep.cpp212 void GetArgV(const char *path_to_binary, in GetArgV() argument
215 argv[i++] = path_to_binary; in GetArgV()
H A Dsanitizer_symbolizer_libcdep.cpp261 void GetArgV(const char *path_to_binary, in GetArgV() argument
294 argv[i++] = path_to_binary; in GetArgV()
/llvm-project/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py822 def get_uuid_from_binary(path_to_binary, arch=None): argument
823 cache_key = (path_to_binary, arch)
827 if not os.path.exists(path_to_binary):
829 'Binary "{}" does not exist'.format(path_to_binary)
834 cmd.append(path_to_binary)
859 logging.error("Failed to retrieve UUID from binary {}".format(path_to_binary))
862 'Failed to retrieve UUID from binary "{}"'.format(path_to_binary)