Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp394 m_objc_object_check_func(nullptr) {} in ObjcObjectChecker()
416 if (!m_objc_object_check_func) in InstrumentInstruction()
417 m_objc_object_check_func = BuildObjectCheckerFunc( in InstrumentInstruction()
458 CallInst::Create(m_objc_object_check_func, args, "", inst); in InstrumentInstruction()
548 llvm::Value *m_objc_object_check_func; member in ObjcObjectChecker