Home | History | Annotate | Download | only in API

Lines Matching refs:GetInstructionsWithFlavor

2337     return GetInstructionsWithFlavor (base_addr, NULL, buf, size);
2341 SBTarget::GetInstructionsWithFlavor (lldb::SBAddress base_addr, const char *flavor_string, const void *buf, size_t size)
2371 return GetInstructionsWithFlavor (ResolveLoadAddress(base_addr), NULL, buf, size);
2375 SBTarget::GetInstructionsWithFlavor (lldb::addr_t base_addr, const char *flavor_string, const void *buf, size_t size)
2377 return GetInstructionsWithFlavor (ResolveLoadAddress(base_addr), flavor_string, buf, size);