Home
last modified time | relevance | path

Searched defs:prologue_byte_size (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDAddressResolverName.cpp190 const uint32_t prologue_byte_size = sc.function->GetPrologueByteSize(); in SearchCallback() local
219 const uint32_t prologue_byte_size = sc.symbol->GetPrologueByteSize(); in SearchCallback() local
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointResolverName.cpp298 const uint32_t prologue_byte_size = sc.function->GetPrologueByteSize(); in SearchCallback() local
321 const uint32_t prologue_byte_size = sc.symbol->GetPrologueByteSize(); in SearchCallback() local
HDBreakpointResolver.cpp164 … const uint32_t prologue_byte_size = sc.function->GetPrologueByteSize(); in SetSCMatchesByLine() local