Home
last modified time | relevance | path

Searched refs:GetPrologueByteSize (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp180 uint32_t SBSymbol::GetPrologueByteSize() { in GetPrologueByteSize() function in SBSymbol
184 return m_opaque_ptr->GetPrologueByteSize(); in GetPrologueByteSize()
H A DSBFunction.cpp197 uint32_t SBFunction::GetPrologueByteSize() { in GetPrologueByteSize() function in SBFunction
201 return m_opaque_ptr->GetPrologueByteSize(); in GetPrologueByteSize()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunctionExtensions.i20 prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the size in bytes of the prologue instructions as an unsigned integer.''')
H A DSBSymbolExtensions.i22 prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the size in bytes of the prologue instructions as an unsigned integer.''')
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp51 return func.GetPrologueByteSize(); in GetBytesToSkip()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h84 uint32_t GetPrologueByteSize();
H A DSBFunction.h54 uint32_t GetPrologueByteSize();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp256 bytes_to_skip = sc.function->GetPrologueByteSize(); in ShouldStop()
260 bytes_to_skip = sc.symbol->GetPrologueByteSize(); in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp343 const uint32_t prologue_byte_size = sc.function->GetPrologueByteSize(); in SearchCallback()
360 const uint32_t prologue_byte_size = sc.symbol->GetPrologueByteSize(); in SearchCallback()
H A DBreakpointResolver.cpp329 const uint32_t prologue_byte_size = sc.function->GetPrologueByteSize(); in AddLocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h223 uint32_t GetPrologueByteSize();
H A DFunction.h570 uint32_t GetPrologueByteSize();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp313 uint32_t Symbol::GetPrologueByteSize() { in GetPrologueByteSize() function in Symbol
324 m_type_data = function->GetPrologueByteSize(); in GetPrologueByteSize()
H A DFunction.cpp578 uint32_t Function::GetPrologueByteSize() { in GetPrologueByteSize() function in Function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33099 result = (uint32_t)(arg1)->GetPrologueByteSize(); in _wrap_SBFunction_GetPrologueByteSize()
53989 result = (uint32_t)(arg1)->GetPrologueByteSize(); in _wrap_SBSymbol_GetPrologueByteSize()