LLVM API Documentation
#include <CallSite.h>
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 |
Definition at line 350 of file CallSite.h.
llvm::CallSite::CallSite | ( | ) | [inline] |
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.
llvm::CallSite::CallSite | ( | InvokeInst * | II | ) | [inline] |
Definition at line 359 of file CallSite.h.
llvm::CallSite::CallSite | ( | Instruction * | II | ) | [inline] |
Definition at line 360 of file CallSite.h.