Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp273 m_objc_object_check_func(nullptr) {} in ObjcObjectChecker()
295 if (!m_objc_object_check_func) in InstrumentInstruction()
296 m_objc_object_check_func = in InstrumentInstruction()
339 CallInst::Create(m_objc_object_check_func, args, "", inst->getIterator()); in InstrumentInstruction()
427 llvm::FunctionCallee m_objc_object_check_func; member in ObjcObjectChecker