Home
last modified time | relevance | path

Searched refs:GetCalledFunction (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp445 static llvm::Function *GetCalledFunction(llvm::CallInst *inst) { in GetCalledFunction() function in ObjcObjectChecker
455 const llvm::Function *called_function = GetCalledFunction(call_inst); in InspectInstruction()