Searched refs:GetPrologueByteSize (Results 1 – 15 of 15) sorted by relevance
180 uint32_t SBSymbol::GetPrologueByteSize() { in GetPrologueByteSize() function in SBSymbol184 return m_opaque_ptr->GetPrologueByteSize(); in GetPrologueByteSize()
197 uint32_t SBFunction::GetPrologueByteSize() { in GetPrologueByteSize() function in SBFunction201 return m_opaque_ptr->GetPrologueByteSize(); in GetPrologueByteSize()
20 prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the size in bytes of the prologue instructions as an unsigned integer.''')
22 prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the size in bytes of the prologue instructions as an unsigned integer.''')
51 return func.GetPrologueByteSize(); in GetBytesToSkip()
84 uint32_t GetPrologueByteSize();
54 uint32_t GetPrologueByteSize();
256 bytes_to_skip = sc.function->GetPrologueByteSize(); in ShouldStop()260 bytes_to_skip = sc.symbol->GetPrologueByteSize(); in ShouldStop()
343 const uint32_t prologue_byte_size = sc.function->GetPrologueByteSize(); in SearchCallback()360 const uint32_t prologue_byte_size = sc.symbol->GetPrologueByteSize(); in SearchCallback()
329 const uint32_t prologue_byte_size = sc.function->GetPrologueByteSize(); in AddLocation()
223 uint32_t GetPrologueByteSize();
570 uint32_t GetPrologueByteSize();
313 uint32_t Symbol::GetPrologueByteSize() { in GetPrologueByteSize() function in Symbol324 m_type_data = function->GetPrologueByteSize(); in GetPrologueByteSize()
578 uint32_t Function::GetPrologueByteSize() { in GetPrologueByteSize() function in Function
33099 result = (uint32_t)(arg1)->GetPrologueByteSize(); in _wrap_SBFunction_GetPrologueByteSize()53989 result = (uint32_t)(arg1)->GetPrologueByteSize(); in _wrap_SBSymbol_GetPrologueByteSize()