Home
last modified time | relevance | path

Searched refs:GetDisassemblyCPU (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp130 target_sp->GetDisassemblyCPU(), target_sp->GetDisassemblyFeatures(), in GetInstructions()
H A DSBFunction.cpp129 target_sp->GetDisassemblyCPU(), target_sp->GetDisassemblyFeatures(), in GetInstructions()
H A DSBTarget.cpp1979 target_sp->GetDisassemblyCPU(), target_sp->GetDisassemblyFeatures(), in ReadInstructions()
2004 target_sp->GetDisassemblyCPU(), target_sp->GetDisassemblyFeatures(), in ReadInstructions()
2046 target_sp->GetDisassemblyCPU(), target_sp->GetDisassemblyFeatures(), in GetInstructionsWithFlavor()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp200 if (const char *cpu = target->GetDisassemblyCPU()) in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp133 target_sp->GetDisassemblyCPU(), target_sp->GetDisassemblyFeatures(), in DumpInstructions()
H A DDisassembler.cpp98 cpu = target.GetDisassemblyCPU(); in FindPluginForTarget()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h125 const char *GetDisassemblyCPU() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp2096 target->GetDisassemblyCPU(), target->GetDisassemblyFeatures(), in GetStatus()
H A DTarget.cpp4550 const char *TargetProperties::GetDisassemblyCPU() const { in GetDisassemblyCPU() function in TargetProperties