|
LLVM 24.0.0git
|
Public Member Functions | |
| Impl (int &Argc, char **&Argv, ArrayRef< CallableTool > RegisteredTools, bool InstallPipeSignalExitHandler, bool NeedsPOSIXUtilitySignalHandling) | |
Public Attributes | |
| InitLLVM | Initialization |
| std::string | ExecutablePath |
| std::vector< std::pair< std::string, ToolMainFn > > | Tools |
Definition at line 42 of file Driver.cpp.
|
inline |
Definition at line 47 of file Driver.cpp.
References ExecutablePath, for(), Initialization, llvm::ArrayRef< T >::size(), and Tools.
| std::string llvm::ToolSession::Impl::ExecutablePath |
Definition at line 44 of file Driver.cpp.
Referenced by Impl().
| InitLLVM llvm::ToolSession::Impl::Initialization |
Definition at line 43 of file Driver.cpp.
Referenced by Impl().
| std::vector<std::pair<std::string, ToolMainFn> > llvm::ToolSession::Impl::Tools |
Definition at line 45 of file Driver.cpp.
Referenced by Impl().