Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress()
124 ModuleSP executable = GetTargetExecutable(); in DidAttach() local
154 ModuleSP executable = GetTargetExecutable(); in DidLaunch() local
/llvm-project-15.0.7/flang/test/Semantics/
H A Dcommon.py13 def set_executable(executable): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py26 def launch(self, executable=None, extra_args=None, timeout=60, argument
H A Dlldbtest.py366 def launch(self, executable, args, extra_env): argument
385 def launch(self, executable, args, extra_env): argument
438 def launch(self, executable, args, extra_env): argument
890 def spawnSubprocess(self, executable, args=[], extra_env=None, install_remote=True): argument
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp33 static bool GetTripleForProcess(const FileSpec &executable, in GetTripleForProcess()
86 std::string executable; in GetProcessExecutableAndTriple() local
H A DProcessLauncherWindows.cpp66 std::string executable; in LaunchProcess() local
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py168 def run_compiler(executable): argument
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp115 ModuleSP executable; in DidAttach() local
165 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
471 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp22 hsa_status_t executable_iterate_symbols(hsa_executable_t executable, C cb) { in executable_iterate_symbols()
24 void *data) -> hsa_status_t { in executable_iterate_symbols()
640 hsa_executable_t executable = {0}; in RegisterModuleFromMemory() local
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-compilers-check82 def find_executable(executable, path=None): argument
/llvm-project-15.0.7/lldb/source/Core/
H A DDynamicLoader.cpp74 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp169 ModuleSP executable; in DidLaunch() local
632 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp77 ModuleSP executable = target_sp->GetExecutableModule(); in CreateInstance() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp429 const bool executable = IsPageExecutable(mem_info.Protect); in GetMemoryRegionInfo() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp175 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange()
H A Dsanitizer_linux_libcdep.cpp637 bool executable = phdr->p_flags & PF_X; in AddModuleSegments() local
H A Dsanitizer_common.h831 bool executable; member
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp231 Module *executable = m_process->GetTarget().GetExecutableModulePointer(); in DoInitialImageFetch() local
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py955 def __init__(self, executable=None, port=None, init_commands=[], log_file=None, env=None): argument
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp216 static std::string executable = in PrintStackTraceOnError() local