Home
last modified time | relevance | path

Searched refs:executable_file (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1195 FileSpec executable_file; in LocateExecutable() local
1196 executable_file.SetDirectory(executable_dir.GetDirectory()); in LocateExecutable()
1197 executable_file.SetFilename(basename); in LocateExecutable()
1198 if (FileSystem::Instance().Exists(executable_file)) in LocateExecutable()
1199 return executable_file; in LocateExecutable()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp664 FileSpec executable_file(file_name); in OnDebuggerConnected() local
665 FileSystem::Instance().Resolve(executable_file); in OnDebuggerConnected()
666 ModuleSpec module_spec(executable_file); in OnDebuggerConnected()
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A DOpts.td101 def executable_file : UnsupportedSeparate<"Fe">, HelpText<"">;