Searched refs:ArchSpec (Results 226 - 231 of 231) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp61 const ArchSpec &target_arch = target->GetArchitecture();
4335 ArchSpec arch;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp132 const ArchSpec &arch = target_sp->GetArchitecture();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3384 const ArchSpec &arch) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp60 #include "lldb/Utility/ArchSpec.h"
437 const ArchSpec &arch_spec = target_sp->GetArchitecture();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp19 #include "lldb/Utility/ArchSpec.h"
726 EmulateInstructionARM::CreateInstance(const ArchSpec &arch,
748 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) {
13766 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) {
14386 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp53 #include "lldb/Utility/ArchSpec.h"
526 Opts.CharIsSigned = ArchSpec(triple).CharIsSignedByDefault();
584 ArchSpec arch;

Completed in 252 milliseconds

12345678910