HomeSort by relevance Sort by last modified time
    Searched refs:CallSite (Results 51 - 73 of 73) sorted by null

1 23

  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 609 CallingSF.Caller = CallSite(); // We returned from the call...
844 void Interpreter::visitCallSite(CallSite CS) {
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 282 Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block, Index);
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 184 CallSite C1 = getUnknownInst(i), C2 = Inst;
490 // If this is a call instruction, remove the callsite from the appropriate
InstructionSimplify.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 264 llvm::CallInst *CallSite = Builder.CreateCall(
267 "callsite");
271 CallSite
    [all...]
CGObjCGNU.cpp 34 #include "llvm/Support/CallSite.h"
604 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
    [all...]
CodeGenModule.cpp 47 #include "llvm/Support/CallSite.h"
    [all...]
CGObjCMac.cpp 36 #include "llvm/Support/CallSite.h"
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp     [all...]
BugReporter.cpp     [all...]
  /external/v8/src/
messages.js 748 return FormatSourcePosition(new CallSite(recv, fun, pos));
777 function CallSite(receiver, fun, pos) {
    [all...]
  /external/llvm/lib/IR/
Core.cpp 26 #include "llvm/Support/CallSite.h"
    [all...]
Verifier.cpp 68 #include "llvm/Support/CallSite.h"
298 void VerifyCallSite(CallSite CS);
    [all...]
Instructions.cpp 23 #include "llvm/Support/CallSite.h"
30 // CallSite Class
33 User::op_iterator CallSite::getCallee() const {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 34 #include "llvm/Support/CallSite.h"
    [all...]
MergeFunctions.cpp 62 #include "llvm/Support/CallSite.h"
687 CallSite CS(*TheIter);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 78 if (CallSite CS = U) {
  /external/llvm/include/llvm/Support/
PatternMatch.h 36 #include "llvm/Support/CallSite.h"
929 CallSite CS(V);
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 38 #include "llvm/Support/CallSite.h"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 35 #include "llvm/Support/CallSite.h"
787 CallSite CS(CI);
    [all...]
GVN.cpp 326 MD->getNonLocalCallDependency(CallSite(C));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 46 #include "llvm/Support/CallSite.h"
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1249 milliseconds

1 23