Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRDynamicChecks.cpp418 m_objc_object_check_func(NULL) in ObjcObjectChecker()
446 if (!m_objc_object_check_func) in InstrumentInstruction()
447m_objc_object_check_func = BuildObjectCheckerFunc(m_checker_functions.m_objc_object_check->StartAd… in InstrumentInstruction()
490 CallInst::Create(m_objc_object_check_func, in InstrumentInstruction()
582 llvm::Value *m_objc_object_check_func; member in ObjcObjectChecker