Home
last modified time | relevance | path

Searched defs:getCallSite (Results 1 – 4 of 4) sorted by relevance

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/formatter/
DDexFormatter.java121 public String getCallSite(CallSiteReference callSiteReference) { in getCallSite() method in DexFormatter
/external/llvm/include/llvm/IR/
DStatepoint.h95 CallSiteTy getCallSite() const { in getCallSite() function
/external/clang/include/clang/Analysis/
DAnalysisContext.h298 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp306 static CallSite getCallSite(User *U) { in getCallSite() function