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 280 of file CallSite.h.
| llvm::CallSite::CallSite | ( | ) | [inline] |
Definition at line 285 of file CallSite.h.
| llvm::CallSite::CallSite | ( | Base | B | ) | [inline] |
Definition at line 286 of file CallSite.h.
| llvm::CallSite::CallSite | ( | Value * | V | ) | [inline] |
Definition at line 287 of file CallSite.h.
| llvm::CallSite::CallSite | ( | CallInst * | CI | ) | [inline] |
Definition at line 288 of file CallSite.h.
| llvm::CallSite::CallSite | ( | InvokeInst * | II | ) | [inline] |
Definition at line 289 of file CallSite.h.
| llvm::CallSite::CallSite | ( | Instruction * | II | ) | [inline] |
Definition at line 290 of file CallSite.h.