reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Expression/IRInterpreter.cpp
 1503       if (!prototype->isPointerTy()) {
 1510       prototype = prototype->getPointerElementType();
 1510       prototype = prototype->getPointerElementType();
 1511       if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) {
 1511       if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) {
 1588               exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args,