Lines Matching refs:flavor_string
1996 const char *flavor_string) { in ReadInstructions() argument
1997 LLDB_INSTRUMENT_VA(this, base_addr, count, flavor_string); in ReadInstructions()
2016 target_sp->GetArchitecture(), nullptr, flavor_string, *addr_ptr, in ReadInstructions()
2026 const char *flavor_string) { in ReadInstructions() argument
2027 LLDB_INSTRUMENT_VA(this, start_addr, end_addr, flavor_string); in ReadInstructions()
2041 target_sp->GetArchitecture(), nullptr, flavor_string, *target_sp, in ReadInstructions()
2058 const char *flavor_string, const void *buf, in GetInstructionsWithFlavor() argument
2060 LLDB_INSTRUMENT_VA(this, base_addr, flavor_string, buf, size); in GetInstructionsWithFlavor()
2074 target_sp->GetArchitecture(), nullptr, flavor_string, addr, buf, size, in GetInstructionsWithFlavor()
2092 const char *flavor_string, const void *buf, in GetInstructionsWithFlavor() argument
2094 LLDB_INSTRUMENT_VA(this, base_addr, flavor_string, buf, size); in GetInstructionsWithFlavor()
2096 return GetInstructionsWithFlavor(ResolveLoadAddress(base_addr), flavor_string, in GetInstructionsWithFlavor()