Searched defs:CallSite (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp25 const StackFrameContext *CallSite; member in class:__anon3425::CountKey
59 unsigned BlockCounter::getNumVisited(const StackFrameContext *CallSite, argument
75 IncrementCount(BlockCounter BC, const StackFrameContext *CallSite, unsigned BlockID) argument
[all...]
H A DCallEvent.cpp906 const Stmt *CallSite = CalleeCtx->getCallSite(); local
H A DPathDiagnostic.cpp1047 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); local
H A DBugReporter.cpp1241 const Stmt *CallSite = Callee->getCallSite(); local
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h280 class CallSite : public CallSiteBase<Function, Value, User, Instruction, class in namespace:llvm
285 CallSite() {} function in class:llvm::CallSite
286 CallSite(Base B) : Base(B) {} function in class:llvm::CallSite
287 CallSite(Value* V) : Base(V) {} function in class:llvm::CallSite
288 CallSite(CallInst *CI) : Base(CI) {} function in class:llvm::CallSite
289 CallSite(InvokeIns function in class:llvm::CallSite
290 CallSite(Instruction *II) : Base(II) {} function in class:llvm::CallSite
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp134 Value *CallSite = Builder.CreateGEP(FuncCtx, Idxs, "call_site"); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h271 const Stmt *CallSite; member in class:clang::StackFrameContext
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp150 void AddCallSite(const MutexGuard &locked, void *CallSite, Function *F) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp291 llvm::CallInst *CallSite = Builder.CreateCall( local

Completed in 128 milliseconds