Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDUBSanRuntime.cpp98 const std::string &expression_path) { in RetrieveUnsigned() argument
99 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
105 const std::string &expression_path) { in RetrieveString() argument
106 addr_t ptr = RetrieveUnsigned(return_value_sp, process_sp, expression_path); in RetrieveString()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDTSanRuntime.cpp253 const std::string &expression_path) { in RetrieveString() argument
255 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()