Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp310 m_valid_pointer_check_func(nullptr) {} in ValidPointerChecker()
321 if (!m_valid_pointer_check_func) in InstrumentInstruction()
322 m_valid_pointer_check_func = in InstrumentInstruction()
335 CallInst::Create(m_valid_pointer_check_func, dereferenced_ptr, "", inst); in InstrumentInstruction()
348 llvm::FunctionCallee m_valid_pointer_check_func; member in ValidPointerChecker