/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 97 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 D | common.py | 15 def set_executable(executable): argument
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | params.py | 113 testClangTidy(cfg, version, executable) global() argument
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbpexpect.py | 23 executable=None, argument
|
H A D | lldbtest.py | 393 """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 D | Host.cpp | 33 static bool GetTripleForProcess(const FileSpec &executable, in GetTripleForProcess() argument 86 std::string executable; in GetProcessExecutableAndTriple() local
|
H A D | ProcessLauncherWindows.cpp | 66 std::string executable; in LaunchProcess() local
|
/llvm-project/llvm/utils/ |
H A D | update_cc_test_checks.py | 162 find_executable(executable) global() argument
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 115 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__.py | 173 def run_compiler(executable): argument
|
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 171 ModuleSP executable; DidLaunch() local 417 ModuleSP executable = GetTargetExecutable(); RefreshModules() local 654 ModuleSP executable = GetTargetExecutable(); LoadAllCurrentModules() local [all...] |
/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 78 ModuleSP executable = target.GetExecutableModule(); GetTargetExecutable() local [all...] |
/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 78 ModuleSP executable = target_sp->GetExecutableModule(); in CreateInstance() local
|
/llvm-project/libc/utils/gpu/loader/amdgpu/ |
H A D | Loader.cpp |
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessDebugger.cpp | 429 const bool executable = IsPageExecutable(mem_info.Protect); GetMemoryRegionInfo() local
|
/llvm-project/lldb/unittests/Utility/ |
H A D | FileSpecTest.cpp | 489 FileSpec executable = PosixSpec("/tmp/foo"); in TEST() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.cpp | 196 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() argument
|
H A D | sanitizer_linux_libcdep.cpp | 660 bool executable = phdr->p_flags & PF_X; AddModuleSegments() local
|
H A D | sanitizer_common.h | 853 bool executable; global() member
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderMacOSXDYLD.cpp | 232 Module *executable = m_process->GetTarget().GetExecutableModulePointer(); in DoInitialImageFetch() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/ |
H A D | dap_server.py | 1102 __init__( self, executable=None, port=None, init_commands=[], log_file=None, env=None, ) global() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 229 static std::string executable = PrintStackTraceOnError() local
|