/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo() 38 if (m_cu_aranges_up) in GetCompileUnitAranges() 39 return *m_cu_aranges_up; in GetCompileUnitAranges() 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges() 46 m_cu_aranges_up->extract(debug_aranges_data); in GetCompileUnitAranges() 50 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges() 51 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges() 67 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges() 68 return *m_cu_aranges_up; in GetCompileUnitAranges()
|
H A D | DWARFDebugInfo.h | 67 m_cu_aranges_up; // A quick address to compile unit table variable
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo() 38 if (m_cu_aranges_up) in GetCompileUnitAranges() 39 return *m_cu_aranges_up; in GetCompileUnitAranges() 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges() 46 m_cu_aranges_up->extract(debug_aranges_data); in GetCompileUnitAranges() 50 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges() 51 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges() 67 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges() 68 return *m_cu_aranges_up; in GetCompileUnitAranges()
|
H A D | DWARFDebugInfo.h | 69 m_cu_aranges_up; // A quick address to compile unit table variable
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo() 38 if (m_cu_aranges_up) in GetCompileUnitAranges() 39 return *m_cu_aranges_up; in GetCompileUnitAranges() 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges() 46 m_cu_aranges_up->extract(debug_aranges_data); in GetCompileUnitAranges() 50 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges() 51 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges() 67 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges() 68 return *m_cu_aranges_up; in GetCompileUnitAranges()
|
H A D | DWARFDebugInfo.h | 69 m_cu_aranges_up; // A quick address to compile unit table variable
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo() 38 if (m_cu_aranges_up) in GetCompileUnitAranges() 39 return *m_cu_aranges_up; in GetCompileUnitAranges() 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges() 46 m_cu_aranges_up->extract(debug_aranges_data); in GetCompileUnitAranges() 50 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges() 51 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges() 67 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges() 68 return *m_cu_aranges_up; in GetCompileUnitAranges()
|
H A D | DWARFDebugInfo.h | 69 m_cu_aranges_up; // A quick address to compile unit table variable
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo() 38 if (m_cu_aranges_up) in GetCompileUnitAranges() 39 return *m_cu_aranges_up; in GetCompileUnitAranges() 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges() 44 if (llvm::Error error = m_cu_aranges_up->extract(debug_aranges_data)) in GetCompileUnitAranges() 49 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges() 50 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges() 67 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges() 68 return *m_cu_aranges_up; in GetCompileUnitAranges()
|
H A D | DWARFDebugInfo.h | 66 m_cu_aranges_up; // A quick address to compile unit table variable
|
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} 38 if (m_cu_aranges_up) 39 return *m_cu_aranges_up; 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); 46 m_cu_aranges_up->extract(debug_aranges_data); 50 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { 51 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); 67 m_cu_aranges_up->Sort(minimize); 68 return *m_cu_aranges_up;
|
H A D | DWARFDebugInfo.h | 69 m_cu_aranges_up; // A quick address to compile unit table variable
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo() 38 if (m_cu_aranges_up) in GetCompileUnitAranges() 39 return *m_cu_aranges_up; in GetCompileUnitAranges() 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges() 44 if (llvm::Error error = m_cu_aranges_up->extract(debug_aranges_data)) in GetCompileUnitAranges() 49 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges() 50 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges() 67 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges() 68 return *m_cu_aranges_up; in GetCompileUnitAranges()
|
H A D | DWARFDebugInfo.h | 69 m_cu_aranges_up; // A quick address to compile unit table variable
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo() 38 if (m_cu_aranges_up) in GetCompileUnitAranges() 39 return *m_cu_aranges_up; in GetCompileUnitAranges() 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges() 44 if (llvm::Error error = m_cu_aranges_up->extract(debug_aranges_data)) in GetCompileUnitAranges() 49 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges() 50 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges() 67 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges() 68 return *m_cu_aranges_up; in GetCompileUnitAranges()
|
H A D | DWARFDebugInfo.h | 69 m_cu_aranges_up; // A quick address to compile unit table variable
|
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo() 38 if (m_cu_aranges_up) in GetCompileUnitAranges() 39 return *m_cu_aranges_up; in GetCompileUnitAranges() 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges() 44 if (llvm::Error error = m_cu_aranges_up->extract(debug_aranges_data)) in GetCompileUnitAranges() 49 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges() 50 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges() 67 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges() 68 return *m_cu_aranges_up; in GetCompileUnitAranges()
|
H A D | DWARFDebugInfo.h | 69 m_cu_aranges_up; // A quick address to compile unit table variable
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo() 38 if (m_cu_aranges_up) in GetCompileUnitAranges() 39 return *m_cu_aranges_up; in GetCompileUnitAranges() 41 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges() 44 if (llvm::Error error = m_cu_aranges_up->extract(debug_aranges_data)) in GetCompileUnitAranges() 49 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges() 50 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() 63 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges() 67 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges() 68 return *m_cu_aranges_up; in GetCompileUnitAranges()
|
H A D | DWARFDebugInfo.h | 69 m_cu_aranges_up; // A quick address to compile unit table variable
|