HomeSort by relevance Sort by last modified time
    Searched refs:AddressRange (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/lldb/include/lldb/Core/
AddressResolver.h 21 #include "lldb/Core/AddressRange.h"
70 std::vector<AddressRange> &
76 AddressRange &
81 std::vector<AddressRange> m_address_ranges;
AddressRange.h 1 //===-- AddressRange.h ------------------------------------------*- C++ -*-===//
18 /// @class AddressRange AddressRange.h "lldb/Core/AddressRange.h"
21 class AddressRange
30 AddressRange ();
48 AddressRange (const lldb::SectionSP &section, lldb::addr_t offset, lldb::addr_t byte_size);
65 AddressRange (lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = NULL);
79 AddressRange (const Address& so_addr, lldb::addr_t byte_size);
86 ~AddressRange ();
    [all...]
  /external/lldb/include/lldb/Target/
UnwindAssembly.h 30 GetNonCallSiteUnwindPlanFromAssembly (AddressRange& func,
35 GetFastUnwindPlan (AddressRange& func,
41 FirstNonPrologueInsn (AddressRange& func,
ThreadPlanStepInRange.h 17 #include "lldb/Core/AddressRange.h"
31 const AddressRange &range,
36 const AddressRange &range,
82 const AddressRange &range,
87 const AddressRange &range,
ThreadPlanStepOverRange.h 17 #include "lldb/Core/AddressRange.h"
29 const AddressRange &range,
ThreadPlanStepRange.h 17 #include "lldb/Core/AddressRange.h"
31 const AddressRange &range,
49 void AddRange(const AddressRange &new_range);
77 std::vector<AddressRange> m_address_ranges;
  /external/lldb/source/Core/
AddressRange.cpp 1 //===-- AddressRange.cpp ----------------------------------------*- C++ -*-===//
10 #include "lldb/Core/AddressRange.h"
19 AddressRange::AddressRange () :
25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) :
31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) :
37 AddressRange::AddressRange (const Address& so_addr, addr_t byte_size)
    [all...]
AddressResolver.cpp 51 std::vector<AddressRange> &
63 AddressRange &
AddressResolverFileLine.cpp 68 AddressRange new_range (line_start, byte_size);
AddressResolverName.cpp 201 AddressRange new_range (func_addr, byte_size);
230 AddressRange new_range (func_addr, byte_size);
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.h 25 GetNonCallSiteUnwindPlanFromAssembly (lldb_private::AddressRange& func,
30 GetFastUnwindPlan (lldb_private::AddressRange& func,
36 FirstNonPrologueInsn (lldb_private::AddressRange& func,
  /external/lldb/include/lldb/Symbol/
Function.h 14 #include "lldb/Core/AddressRange.h"
371 const AddressRange& range);
410 const AddressRange& range);
434 const AddressRange &
628 AddressRange m_range; ///< The function address range that covers the widest range needed to contain all blocks
FuncUnwinders.h 4 #include "lldb/Core/AddressRange.h"
6 #include "lldb/Core/AddressRange.h"
34 FuncUnwinders (lldb_private::UnwindTable& unwind_table, lldb_private::UnwindAssembly *assembly_profiler, AddressRange range);
81 AddressRange m_range;
Block.h 14 #include "lldb/Core/AddressRange.h"
448 GetRangeContainingAddress (const Address& addr, AddressRange &range);
451 GetRangeContainingLoadAddress (lldb::addr_t load_addr, Target &target, AddressRange &range);
462 AddressRange &range);
LineEntry.h 14 #include "lldb/Core/AddressRange.h"
147 AddressRange range; ///< The section offset address range for this line entry.
Symbol.h 14 #include "lldb/Core/AddressRange.h"
52 const AddressRange &range,
74 // Access the address value. Do NOT hand out the AddressRange as an
85 // Access the address value. Do NOT hand out the AddressRange as an
248 // SetValue (const AddressRange &range)
311 AddressRange m_addr_range; // Contains the value, or the section offset address when the value is an address in a section, and the size (if any)
SymbolContext.h 212 AddressRange &range) const;
399 std::unique_ptr<AddressRange> m_address_range_ap;
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.h 29 GetNonCallSiteUnwindPlanFromAssembly (lldb_private::AddressRange& func,
34 GetFastUnwindPlan (lldb_private::AddressRange& func,
40 FirstNonPrologueInsn (lldb_private::AddressRange& func,
161 lldb_private::AddressRange* m_range_ptr;
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 248 uint64_t InitialLocation, uint64_t AddressRange)
250 InitialLocation(InitialLocation), AddressRange(AddressRange),
262 (uint32_t)InitialLocation + (uint32_t)AddressRange);
276 uint64_t AddressRange;
347 uint64_t AddressRange = Data.getAddress(&Offset);
350 InitialLocation, AddressRange));
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stacktrace_unittest.cc 49 struct AddressRange {
54 AddressRange expected_range[BACKTRACE_STEPS];
101 void CheckRetAddrIsInFunction(void *ret_addr, const AddressRange &range)
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stacktrace_unittest.cc 49 struct AddressRange {
54 AddressRange expected_range[BACKTRACE_STEPS];
101 void CheckRetAddrIsInFunction(void *ret_addr, const AddressRange &range)
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugRanges.cpp 153 s.AddressRange(begin, end, sizeof (dw_addr_t), " offsets = ");
174 s.AddressRange(begin_addr, end_addr, sizeof (dw_addr_t), verbose ? " ==> addrs = " : NULL);
  /external/lldb/source/Symbol/
UnwindTable.cpp 93 AddressRange range;
120 AddressRange range;
Block.cpp 61 s->AddressRange(base_addr + range.GetRangeBase(), base_addr + range.GetRangeEnd(), 4);
112 s->AddressRange(base_addr + range.GetRangeBase(), base_addr + range.GetRangeEnd(), 4);
209 s->AddressRange(base_addr + range.GetRangeBase(), base_addr + range.GetRangeEnd(), 4);
290 Block::GetRangeContainingAddress (const Address& addr, AddressRange &range)
295 const AddressRange &func_range = function->GetAddressRange();
321 Block::GetRangeContainingLoadAddress (lldb::addr_t load_addr, Target &target, AddressRange &range)
325 AddressRange containing_range;
336 const AddressRange &func_range = function->GetAddressRange();
352 Block::GetRangeAtIndex (uint32_t range_idx, AddressRange &range)
  /external/lldb/source/Plugins/Process/Utility/
UnwindMacOSXFrameBackchain.cpp 141 const AddressRange *addr_range_ptr = NULL;
142 AddressRange range;
240 const AddressRange *addr_range_ptr = NULL;
241 AddressRange range;

Completed in 863 milliseconds

1 2 3