Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h45 void BuildFunctionAddressRangeTable(const DWARFUnit *cu,
DDWARFDebugInfoEntry.cpp689 void DWARFDebugInfoEntry::BuildFunctionAddressRangeTable( in BuildFunctionAddressRangeTable() function in DWARFDebugInfoEntry
702 child->BuildFunctionAddressRangeTable(cu, debug_aranges); in BuildFunctionAddressRangeTable()
DDWARFUnit.cpp766 die->BuildFunctionAddressRangeTable(this, m_func_aranges_up.get()); in GetFunctionAranges()
771 dwo_die->BuildFunctionAddressRangeTable(m_dwo.get(), in GetFunctionAranges()