Searched defs:getCallSite (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DStatepoint.h95 CallSiteTy getCallSite() const { function in class:llvm::StatepointFlags::StatepointBase
101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos))
107 const Value *IDVal = getCallSite().getArgument(IDPos);
113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos);
122 return getCallSite().getArgument(CalledFunctionPos);
126 return getCallSite().getInstruction();
136 FunTy *getCaller() const { return getCallSite().getCaller(); }
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos);
160 assert(CallArgsBeginPos <= (int)getCallSite()
[all...]
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h298 const Stmt *getCallSite() const { return CallSite; } function in class:clang::StackFrameContext
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 248 milliseconds