Searched refs:m_objc_object_check_func (Results 1 – 1 of 1) sorted by relevance
356 m_objc_object_check_func(nullptr) {} in ObjcObjectChecker()378 if (!m_objc_object_check_func) in InstrumentInstruction()379 m_objc_object_check_func = in InstrumentInstruction()422 CallInst::Create(m_objc_object_check_func, args, "", inst); in InstrumentInstruction()510 llvm::FunctionCallee m_objc_object_check_func; member in ObjcObjectChecker