Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp97 const std::string &expression_path) { in RetrieveUnsigned() argument
98 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
104 const std::string &expression_path) { in RetrieveString() argument
105 addr_t ptr = RetrieveUnsigned(return_value_sp, process_sp, expression_path); in RetrieveString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp254 const std::string &expression_path) { in RetrieveString() argument
256 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()