Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h62 void SetFuncFileAddress(lldb::addr_t func_file_addr) { in SetFuncFileAddress() function
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp244 frame_base->SetFuncFileAddress(lo_pc); in GetDIENamesAndRanges()
268 frame_base->SetFuncFileAddress(file_addr); in GetDIENamesAndRanges()
H A DSymbolFileDWARF.cpp3301 location_list.SetFuncFileAddress(func_low_pc); in ParseVariablesForContext()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1855 var_info.location.SetFuncFileAddress(func->GetAddress().GetFileAddress()); in CreateLocalVariable()