LLVM API Documentation

Public Member Functions
llvm::CallSite Class Reference

#include <CallSite.h>

Inheritance diagram for llvm::CallSite:
Inheritance graph
[legend]
Collaboration diagram for llvm::CallSite:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CallSite ()
 CallSite (Base B)
 CallSite (Value *V)
 CallSite (CallInst *CI)
 CallSite (InvokeInst *II)
 CallSite (Instruction *II)
bool operator== (const CallSite &CS) const
bool operator!= (const CallSite &CS) const
bool operator< (const CallSite &CS) const

Detailed Description

Definition at line 350 of file CallSite.h.


Constructor & Destructor Documentation

Definition at line 355 of file CallSite.h.

llvm::CallSite::CallSite ( Base  B) [inline]

Definition at line 356 of file CallSite.h.

llvm::CallSite::CallSite ( Value V) [inline]

Definition at line 357 of file CallSite.h.

llvm::CallSite::CallSite ( CallInst CI) [inline]

Definition at line 358 of file CallSite.h.

Definition at line 359 of file CallSite.h.

Definition at line 360 of file CallSite.h.


Member Function Documentation

bool llvm::CallSite::operator!= ( const CallSite CS) const [inline]
bool llvm::CallSite::operator< ( const CallSite CS) const [inline]
bool llvm::CallSite::operator== ( const CallSite CS) const [inline]

The documentation for this class was generated from the following files: