Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfoEntry.h49 void BuildFunctionAddressRangeTable(DWARFUnit *cu,
HDDWARFDebugInfoEntry.cpp593 void DWARFDebugInfoEntry::BuildFunctionAddressRangeTable( in BuildFunctionAddressRangeTable() function in DWARFDebugInfoEntry
607 child->BuildFunctionAddressRangeTable(cu, debug_aranges); in BuildFunctionAddressRangeTable()
HDDWARFUnit.cpp912 die->BuildFunctionAddressRangeTable(this, m_func_aranges_up.get()); in GetFunctionAranges()
917 dwo_die->BuildFunctionAddressRangeTable(m_dwo.get(), in GetFunctionAranges()