Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp481 static llvm::Function *GetCalledFunction(llvm::CallInst *inst) { in GetCalledFunction() function in ObjcObjectChecker
491 const llvm::Function *called_function = GetCalledFunction(call_inst); in InspectInstruction()