Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h44 void BuildFunctionAddressRangeTable(DWARFUnit *cu,
H A DDWARFDebugInfoEntry.cpp694 void DWARFDebugInfoEntry::BuildFunctionAddressRangeTable( in BuildFunctionAddressRangeTable() function in DWARFDebugInfoEntry
709 child->BuildFunctionAddressRangeTable(cu, debug_aranges); in BuildFunctionAddressRangeTable()
H A DDWARFUnit.cpp841 die->BuildFunctionAddressRangeTable(this, m_func_aranges_up.get()); in GetFunctionAranges()
846 dwo_die->BuildFunctionAddressRangeTable(m_dwo.get(), in GetFunctionAranges()