Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h41 AddExpression(0, LLDB_INVALID_ADDRESS, expr); in DWARFExpressionList()
52 bool AddExpression(lldb::addr_t base, lldb::addr_t end, DWARFExpression expr);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp33 bool DWARFExpressionList::AddExpression(addr_t base, addr_t end, in AddExpression() function in DWARFExpressionList
H A DDWARFExpression.cpp2312 location_list->AddExpression(loc->Range->LowPC, loc->Range->HighPC, expr); in ParseDWARFLocationList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp912 result.location.AddExpression(entry.GetRangeBase(), entry.GetRangeEnd(), in GetVariableLocationInfo()