Home
last modified time | relevance | path

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

/llvm-project/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/lldb/test/Shell/helper/
H A Dbuild.py238 def find_executable(binary_name, search_paths): argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp418 const char *binary_name = path ? StripModuleName(path) : ""; in ChooseExternalSymbolizer() local
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp424 std::string binary_name(filename.AsCString()); in LookForDsymNextToExecutablePath() local