Home
last modified time | relevance | path

Searched refs:GetByteSize (Results 1 – 25 of 2578) sorted by relevance

12345678910>>...104

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
55 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
59 func.GetByteSize(), error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
63 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
152 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
157 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
161 func.GetByteSize(), error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
224 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
227 function_text.data(), func.GetByteSize(), in FirstNonPrologueInsn()
228 error) == func.GetByteSize()) { in FirstNonPrologueInsn()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0)
54 std::vector<uint8_t> function_text(func.GetByteSize());
57 func.GetBaseAddress(), function_text.data(), func.GetByteSize(),
58 error) == func.GetByteSize()) {
62 function_text.data(), func.GetByteSize(), func, unwind_plan);
151 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in UnwindAssemblyInstEmulation()
155 std::vector<uint8_t> function_text(func.GetByteSize()); in UnwindAssemblyInstEmulation()
159 error) == func.GetByteSize()) { in UnwindAssemblyInstEmulation()
220 std::vector<uint8_t> function_text(func.GetByteSize());
223 func.GetByteSize(), error) == func.GetByteSize()) {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
55 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
59 func.GetByteSize(), error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
63 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
152 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
157 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
161 func.GetByteSize(), error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
224 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
227 function_text.data(), func.GetByteSize(), in FirstNonPrologueInsn()
228 error) == func.GetByteSize()) { in FirstNonPrologueInsn()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
55 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
59 func.GetByteSize(), error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
63 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
152 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
157 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
161 func.GetByteSize(), error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
224 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
227 function_text.data(), func.GetByteSize(), in FirstNonPrologueInsn()
228 error) == func.GetByteSize()) { in FirstNonPrologueInsn()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
54 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
57 func.GetBaseAddress(), function_text.data(), func.GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
58 error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
62 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
151 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
155 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
159 error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
220 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
223 func.GetByteSize(), error) == func.GetByteSize()) { in FirstNonPrologueInsn()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
54 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
57 func.GetBaseAddress(), function_text.data(), func.GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
58 error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
62 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
151 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
155 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
159 error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
220 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
223 func.GetByteSize(), error) == func.GetByteSize()) { in FirstNonPrologueInsn()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
54 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
57 func.GetBaseAddress(), function_text.data(), func.GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
58 error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
62 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
151 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
155 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
159 error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
220 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
223 func.GetByteSize(), error) == func.GetByteSize()) { in FirstNonPrologueInsn()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
55 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
59 func.GetByteSize(), error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
63 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
152 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
157 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
161 func.GetByteSize(), error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
224 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
227 function_text.data(), func.GetByteSize(), in FirstNonPrologueInsn()
228 error) == func.GetByteSize()) { in FirstNonPrologueInsn()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp45 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
53 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
57 func.GetByteSize(), error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
61 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
150 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
155 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
159 func.GetByteSize(), error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
222 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
225 function_text.data(), func.GetByteSize(), in FirstNonPrologueInsn()
226 error) == func.GetByteSize()) { in FirstNonPrologueInsn()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
54 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
57 func.GetBaseAddress(), function_text.data(), func.GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
58 error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
62 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
151 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
155 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
159 error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
220 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
223 func.GetByteSize(), error) == func.GetByteSize()) { in FirstNonPrologueInsn()
[all …]
/dports/devel/py-dtfabric/dtfabric-20200621/tests/
H A Ddata_types.py54 byte_size = data_type_definition.GetByteSize()
58 byte_size = data_type_definition.GetByteSize()
124 byte_size = data_type_definition.GetByteSize()
132 byte_size = data_type_definition.GetByteSize()
137 byte_size = data_type_definition.GetByteSize()
142 byte_size = data_type_definition.GetByteSize()
171 byte_size = data_type_definition.GetByteSize()
179 byte_size = data_type_definition.GetByteSize()
183 byte_size = data_type_definition.GetByteSize()
230 byte_size = data_type_definition.GetByteSize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DAddressRange.cpp64 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
74 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
88 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
96 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
106 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
120 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
126 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
134 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize(); in Extend()
164 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
189 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(), in Dump()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DAddressRange.cpp73 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize();
83 return (file_addr - file_base_addr) < GetByteSize();
97 return (file_addr - file_base_addr) < GetByteSize();
105 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize();
115 return (load_addr - load_base_addr) < GetByteSize();
129 return (load_addr - load_base_addr) < GetByteSize();
135 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize();
143 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize();
173 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(),
198 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(),
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DAddressRange.cpp64 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
74 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
88 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
96 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
106 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
120 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
126 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
134 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize(); in Extend()
164 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
189 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(), in Dump()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DAddressRange.cpp64 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
74 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
88 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
96 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
106 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
120 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
126 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
134 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize(); in Extend()
164 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
189 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(), in Dump()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DAddressRange.cpp73 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
83 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
97 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
105 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
115 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
129 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
135 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
143 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize(); in Extend()
173 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
198 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(), in Dump()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DAddressRange.cpp73 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
83 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
97 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
105 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
115 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
129 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
135 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
143 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize(); in Extend()
173 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
198 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(), in Dump()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DAddressRange.cpp73 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
83 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
97 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
105 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
115 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
129 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
135 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
143 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize(); in Extend()
173 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
198 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(), in Dump()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DAddressRange.cpp64 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
74 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
88 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
96 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
106 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
120 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
126 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
134 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize(); in Extend()
164 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
189 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(), in Dump()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DAddressRange.cpp64 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
74 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
88 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
96 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
106 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
120 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
126 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
134 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize(); in Extend()
164 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
189 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(), in Dump()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DAddressRange.cpp73 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
83 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
97 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress()
105 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
115 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
129 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress()
135 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
143 addr_t rhs_end_addr = rhs_base_addr + rhs_range.GetByteSize(); in Extend()
173 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
198 DumpAddressRange(s->AsRawOstream(), vmaddr, vmaddr + GetByteSize(), in Dump()
[all …]
/dports/devel/py-dtfabric/dtfabric-20200621/dtfabric/
H A Ddata_types.py52 def GetByteSize(self) -> 'Union[int, None]': member in DataTypeDefinition
98 def GetByteSize(self) -> 'Union[int, None]': member in StorageDataTypeDefinition
131 def GetByteSize(self) -> 'Union[int, None]': member in FixedSizeDataTypeDefinition
278 def GetByteSize(self) -> 'Union[int, None]': member in PaddingDefinition
336 def GetByteSize(self) -> 'Union[int, None]': member in ElementSequenceDataTypeDefinition
458 def GetByteSize(self) -> 'Union[int, None]': member in DataTypeDefinitionWithMembers
507 def GetByteSize(self) -> 'Union[int, None]': member in MemberDataTypeDefinition
576 def GetByteSize(self) -> 'Union[int, None]': member in StructureDefinition
608 def GetByteSize(self) -> 'Union[int, None]': member in UnionDefinition
638 def GetByteSize(self) -> 'Union[int, None]': member in SemanticDataTypeDefinition
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Expression/
H A DMaterializer.cpp70 m_persistent_variable_sp->GetByteSize(), 8, in MakeAllocation()
237 m_persistent_variable_sp->GetByteSize()); in Dematerialize()
517 if (data.GetByteSize() < m_variable_sp->GetType()->GetByteSize()) { in Materialize()
518 if (data.GetByteSize() == 0 && in Materialize()
529 data.GetByteSize()); in Materialize()
548 data.GetByteSize(), byte_align, in Materialize()
552 m_temporary_allocation_size = data.GetByteSize(); in Materialize()
636 if ((data.GetByteSize() == m_original_data->GetByteSize()) && in Dematerialize()
638 data.GetByteSize())) { in Dematerialize()
922 const size_t pvar_byte_size = ret->GetByteSize(); in Dematerialize()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp70 m_persistent_variable_sp->GetByteSize(), 8, in MakeAllocation()
237 m_persistent_variable_sp->GetByteSize()); in Dematerialize()
516 if (data.GetByteSize() < m_variable_sp->GetType()->GetByteSize()) { in Materialize()
517 if (data.GetByteSize() == 0 && in Materialize()
528 data.GetByteSize()); in Materialize()
547 data.GetByteSize(), byte_align, in Materialize()
551 m_temporary_allocation_size = data.GetByteSize(); in Materialize()
635 if ((data.GetByteSize() == m_original_data->GetByteSize()) && in Dematerialize()
637 data.GetByteSize())) { in Dematerialize()
919 const size_t pvar_byte_size = ret->GetByteSize(); in Dematerialize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Expression/
H A DMaterializer.cpp70 m_persistent_variable_sp->GetByteSize().getValueOr(0), 8, in MakeAllocation()
520 if (data.GetByteSize() < m_variable_sp->GetType()->GetByteSize(scope)) { in Materialize()
521 if (data.GetByteSize() == 0 && in Materialize()
532 data.GetByteSize()); in Materialize()
551 data.GetByteSize(), byte_align, in Materialize()
555 m_temporary_allocation_size = data.GetByteSize(); in Materialize()
570 data.GetByteSize(), write_error); in Materialize()
639 if ((data.GetByteSize() == m_original_data->GetByteSize()) && in Dematerialize()
641 data.GetByteSize())) { in Dematerialize()
1227 register_data.GetByteSize(), write_error); in Materialize()
[all …]

12345678910>>...104