Home
last modified time | relevance | path

Searched refs:GetDisassemblyFeatures (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.cpp202 if (const char *features = target->GetDisassemblyFeatures()) in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp133 target_sp->GetDisassemblyCPU(), target_sp->GetDisassemblyFeatures(), in DumpInstructions()
H A DDisassembler.cpp100 features = target.GetDisassemblyFeatures(); in FindPluginForTarget()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h127 const char *GetDisassemblyFeatures() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp2096 target->GetDisassemblyCPU(), target->GetDisassemblyFeatures(), in GetStatus()
H A DTarget.cpp4557 const char *TargetProperties::GetDisassemblyFeatures() const { in GetDisassemblyFeatures() function in TargetProperties