Home
last modified time | relevance | path

Searched defs:replace_path (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp63 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
103 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
138 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
/llvm-project-15.0.7/bolt/utils/
H A Dllvm-bolt-wrapper.py140replace_path = lambda x: os.path.join(tmp, os.path.basename(x)) if x != '/dev/null' else '/dev/nul… function
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/
H A DTestLinuxCore.py649 def replace_path(binary, replace_from, replace_to): function