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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp25 const StackFrameContext *CallSite; member in class:__anon3624::CountKey
59 unsigned BlockCounter::getNumVisited(const StackFrameContext *CallSite, argument
75 IncrementCount(BlockCounter BC, const StackFrameContext *CallSite, unsigned BlockID) argument
[all...]
H A DCallEvent.cpp937 const Stmt *CallSite = CalleeCtx->getCallSite(); local
H A DPathDiagnostic.cpp1116 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); local
H A DBugReporter.cpp1282 const Stmt *CallSite = Callee->getCallSite(); local
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DCallSite.h295 class CallSite : public CallSiteBase<Function, Value, User, Instruction, class in namespace:llvm
300 CallSite() {} function in class:llvm::CallSite
301 CallSite(Base B) : Base(B) {} function in class:llvm::CallSite
302 CallSite(Value* V) : Base(V) {} function in class:llvm::CallSite
303 CallSite(CallInst *CI) : Base(CI) {} function in class:llvm::CallSite
304 CallSite(InvokeIns function in class:llvm::CallSite
305 CallSite(Instruction *II) : Base(II) {} function in class:llvm::CallSite
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp129 Value *CallSite = Builder.CreateGEP(FuncCtx, Idxs, "call_site"); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h267 const Stmt *CallSite; member in class:clang::StackFrameContext
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp149 void AddCallSite(const MutexGuard &locked, void *CallSite, Function *F) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp301 llvm::CallInst *CallSite = Builder.CreateCall( local

Completed in 473 milliseconds