Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp179 uint32_t SBSymbol::GetPrologueByteSize() { in GetPrologueByteSize() function in SBSymbol
183 return m_opaque_ptr->GetPrologueByteSize(); in GetPrologueByteSize()
H A DSBFunction.cpp184 uint32_t SBFunction::GetPrologueByteSize() { in GetPrologueByteSize() function in SBFunction
188 return m_opaque_ptr->GetPrologueByteSize(); in GetPrologueByteSize()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunctionExtensions.i20 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s…
H A DSBSymbolExtensions.i22 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s…
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp51 return func.GetPrologueByteSize(); in GetBytesToSkip()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h84 uint32_t GetPrologueByteSize();
H A DSBFunction.h49 uint32_t GetPrologueByteSize();
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp254 bytes_to_skip = sc.function->GetPrologueByteSize(); in ShouldStop()
258 bytes_to_skip = sc.symbol->GetPrologueByteSize(); in ShouldStop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp341 const uint32_t prologue_byte_size = sc.function->GetPrologueByteSize(); in SearchCallback()
358 const uint32_t prologue_byte_size = sc.symbol->GetPrologueByteSize(); in SearchCallback()
H A DBreakpointResolver.cpp317 const uint32_t prologue_byte_size = sc.function->GetPrologueByteSize(); in AddLocation()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h223 uint32_t GetPrologueByteSize();
H A DFunction.h564 uint32_t GetPrologueByteSize();
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp317 uint32_t Symbol::GetPrologueByteSize() { in GetPrologueByteSize() function in Symbol
328 m_type_data = function->GetPrologueByteSize(); in GetPrologueByteSize()
H A DFunction.cpp566 uint32_t Function::GetPrologueByteSize() { in GetPrologueByteSize() function in Function
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31168 result = (uint32_t)(arg1)->GetPrologueByteSize(); in _wrap_SBFunction_GetPrologueByteSize()
50127 result = (uint32_t)(arg1)->GetPrologueByteSize(); in _wrap_SBSymbol_GetPrologueByteSize()