Home
last modified time | relevance | path

Searched defs:binary_name (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cpp40 const char *binary_name = last_slash ? last_slash + 1 : argv0; in TEST() local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp109 std::string binary_name(filename.AsCString()); in LookForDsymNextToExecutablePath() local
/llvm-project-15.0.7/lldb/test/Shell/helper/
H A Dbuild.py173 def find_executable(binary_name, search_paths): argument
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp419 const char *binary_name = path ? StripModuleName(path) : ""; in ChooseExternalSymbolizer() local