Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRDynamicChecks.cpp313 m_valid_pointer_check_func(nullptr) {} in ValidPointerChecker()
324 if (!m_valid_pointer_check_func) in InstrumentInstruction()
325 m_valid_pointer_check_func = in InstrumentInstruction()
350 CallInst::Create(m_valid_pointer_check_func, args, "", inst); in InstrumentInstruction()
363 llvm::FunctionCallee m_valid_pointer_check_func; member in ValidPointerChecker