LLVM 24.0.0git
llvm::CallableTool Struct Reference

An LLVM command-line tool that can be invoked without creating a process. More...

#include "llvm/Support/Driver.h"

Public Member Functions

 operator bool () const

Public Attributes

StringRef Name
ToolMainFn Main

Detailed Description

An LLVM command-line tool that can be invoked without creating a process.

Definition at line 28 of file Driver.h.

Member Function Documentation

◆ operator bool()

llvm::CallableTool::operator bool ( ) const
inlineexplicit

Definition at line 32 of file Driver.h.

References Main.

Member Data Documentation

◆ Main

ToolMainFn llvm::CallableTool::Main

Definition at line 30 of file Driver.h.

Referenced by operator bool().

◆ Name

StringRef llvm::CallableTool::Name

Definition at line 29 of file Driver.h.


The documentation for this struct was generated from the following file: