Home
last modified time | relevance | path

Searched refs:GetDisassemblyFlavor (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp196 flavor_string.assign(target->GetDisassemblyFlavor()); in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp132 target_sp->GetArchitecture(), target_sp->GetDisassemblyFlavor(), in DumpInstructions()
H A DDisassembler.cpp95 flavor = target.GetDisassemblyFlavor(); in FindPluginForTarget()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1975 flavor_string = target_sp->GetDisassemblyFlavor(); in ReadInstructions()
2041 flavor_string = target_sp->GetDisassemblyFlavor(); in GetInstructionsWithFlavor()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h123 const char *GetDisassemblyFlavor() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4537 const char *TargetProperties::GetDisassemblyFlavor() const { in GetDisassemblyFlavor() function in TargetProperties