Home
last modified time | relevance | path

Searched defs:exe (Results 1 – 23 of 23) sorted by relevance

/llvm-project/lldb/test/API/benchmarks/turnaround/
H A DTestCompileRunToBreakpointTurnaround.py
/llvm-project/lldb/examples/python/
H A Ddisasm.py29 exe = sys.argv[1] variable
35 exe = sys.argv[3] variable
/llvm-project/libcxx/utils/
H A Drun.py40 isTestExe = lambda exe: exe.endswith(".tmp.exe") and os.path.exists(exe) argument
H A Dssh.py76 isTestExe = lambda exe: exe.endswith(".tmp.exe") and os.path.exists(exe) argument
/llvm-project/lldb/test/API/lang/cpp/incomplete-types/
H A DTestCppIncompleteTypes.py36 def get_test_frame(self, exe): argument
/llvm-project/lldb/test/API/benchmarks/stepping/
H A DTestSteppingSpeed.py
/llvm-project/lldb/test/API/benchmarks/frame_variable/
H A DTestFrameVariableResponse.py
/llvm-project/lldb/test/API/benchmarks/startup/
H A DTestStartupDelays.py
/llvm-project/llvm/utils/
H A Dremote-exec.py92 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) argument
H A Dupdate_cc_test_checks.py285 exec_run_line(exe) global() argument
/llvm-project/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py132 def find_compile_units(self, exe): argument
/llvm-project/lldb/test/API/macosx/posix_spawn/
H A DTestLaunchProcessPosixSpawn.py37 def run_arch(self, exe, arch): argument
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp454 FileSpec exe = PosixSpec("/tmp/foo"); in TEST() local
472 FileSpec exe = PosixSpec("/tmp/foo"); in TEST() local
500 FileSpec exe = WindowsSpec("C:\\tmp\\foo.exe"); in TEST() local
/llvm-project/lldb/test/API/macosx/nslog/
H A DTestDarwinNSLogOutput.py50 def run_lldb_to_breakpoint(self, exe, source_file, line, settings_commands=None): argument
/llvm-project/flang/test/Evaluate/
H A Dtest_folding.py59 def set_executable(exe): argument
/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py28 def get_minidump_modules(self, yaml_file, exe=None): argument
/llvm-project/lldb/test/API/python_api/target/
H A DTestTargetAPI.py279 find_compile_units(self, exe) global() argument
[all...]
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp56 ObjectFile *exe = module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py190 """A generic "'%s' returned unexpected result" message generator if exe. argument
2038 match( self, str, patterns, msg=None, trace=False, error=False, matching=True, exe=True ) global() argument
2307 expect( self, string, msg=None, patterns=None, startstr=None, endstr=None, substrs=None, trace=False, error=False, ordered=True, matching=True, exe=True, inHistory=False, ) global() argument
[all...]
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp696 ObjectFile *exe = module->GetObjectFile(); ComputeLoadOffset() local
/llvm-project/lld/COFF/
H A DDriverUtils.cpp67 StringRef exe = saver().save(*exeOrErr); in run() local
H A DPDB.cpp1449 SmallString<64> exe = ctx.config.argv[0]; addCommonLinkerModuleSymbols() local
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py497 def invoke_tool(exe, cmd_args, ir, preprocess_cmd=None, verbose=False): argument