Searched defs:getCaller (Results 1 - 6 of 6) sorted by relevance

/external/lldb/examples/python/
H A Dpytracer.py123 def getCaller(self): member in class:FrameFancy
212 print "call " + frame.getName() + " from " + frame.getCaller().getName() + " @ " + str(frame.getCaller().getLineNumber()) + " args are " + str(frame.getArgumentInfo())
235 if frame.getName() == "__init__" and frame.getCaller().getName() == "run_one_line" and frame.getCaller().getLineNumber() == 101:
238 if (frame.getCaller().getFileName() == ""):
246 strout += " from " + frame.getCaller().getName() + " @ " + str(frame.getCaller().getLineNumber()) + " args are " + str(frame.getArgumentInfo())
259 if (frame.getCaller().getFileName() == ""):
280 if (frame.getCaller()
[all...]
/external/llvm/include/llvm/IR/
H A DCallSite.h159 /// getCaller - Return the caller function for this call site
161 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } function in class:llvm::CallSiteBase
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp923 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, function in class:CallEventManager
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h576 const Decl *getCaller() const { return Caller; } function in class:clang::ento::PathDiagnosticCallPiece
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 165 milliseconds