Home
last modified time | relevance | path

Searched refs:get_uuid_from_binary (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp139 get_uuid_from_binary (const char *fn) in get_uuid_from_binary() function
251 std::string uuid_from_file = get_uuid_from_binary (argv[2]); in main()
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp188 std::string get_uuid_from_binary(const char *fn, cpu_type_t &cputype, in get_uuid_from_binary() function
308 std::string uuid = get_uuid_from_binary(argv[3], cputype, cpusubtype); in main()
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py765 def get_uuid_from_binary(path_to_binary, arch=None): function
846 … uuid = get_uuid_from_binary(module_desc.module_path_for_symbolization, arch = module_desc.arch)