Home
last modified time | relevance | path

Searched defs:executable (Results 1 – 22 of 22) sorted by relevance

/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress() argument
124 ModuleSP executable = GetTargetExecutable(); in DidAttach() local
154 ModuleSP executable in DidLaunch() local
[all...]
/llvm-project/flang/test/Semantics/
H A Dcommon.py15 def set_executable(executable): argument
/llvm-project/libcxx/utils/libcxx/test/
H A Dparams.py113 testClangTidy(cfg, version, executable) global() argument
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py23 executable=None, argument
H A Dlldbtest.py393 """Launches new process with given executable and args.""" argument
411 launch(self, executable, args, extra_env) global() argument
461 launch(self, executable, args, extra_env) global() argument
941 spawnSubprocess(self, executable, args=[], extra_env=None, install_remote=True) global() argument
[all...]
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp33 static bool GetTripleForProcess(const FileSpec &executable, in GetTripleForProcess() argument
86 std::string executable; in GetProcessExecutableAndTriple() local
H A DProcessLauncherWindows.cpp66 std::string executable; in LaunchProcess() local
/llvm-project/llvm/utils/
H A Dupdate_cc_test_checks.py162 find_executable(executable) global() argument
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp115 ModuleSP executable; in DidAttach() local
165 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
467 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py173 def run_compiler(executable): argument
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp171 ModuleSP executable; DidLaunch() local
417 ModuleSP executable = GetTargetExecutable(); RefreshModules() local
654 ModuleSP executable = GetTargetExecutable(); LoadAllCurrentModules() local
[all...]
/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp78 ModuleSP executable = target.GetExecutableModule(); GetTargetExecutable() local
[all...]
/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp78 ModuleSP executable = target_sp->GetExecutableModule(); in CreateInstance() local
/llvm-project/libc/utils/gpu/loader/amdgpu/
H A DLoader.cpp
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp429 const bool executable = IsPageExecutable(mem_info.Protect); GetMemoryRegionInfo() local
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp489 FileSpec executable = PosixSpec("/tmp/foo"); in TEST() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp196 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() argument
H A Dsanitizer_linux_libcdep.cpp660 bool executable = phdr->p_flags & PF_X; AddModuleSegments() local
H A Dsanitizer_common.h853 bool executable; global() member
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp232 Module *executable = m_process->GetTarget().GetExecutableModulePointer(); in DoInitialImageFetch() local
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/
H A Ddap_server.py1102 __init__( self, executable=None, port=None, init_commands=[], log_file=None, env=None, ) global() argument
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp229 static std::string executable = PrintStackTraceOnError() local