Home
last modified time | relevance | path

Searched refs:SupportsThisArch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp186 return SupportsThisArch(arch); in SetTargetTriple()
207 SupportsThisArch(arch)) in CreateInstance()
212 bool EmulateInstructionLoongArch::SupportsThisArch(const ArchSpec &arch) { in SupportsThisArch() function in lldb_private::EmulateInstructionLoongArch
H A DEmulateInstructionLoongArch.h32 static bool SupportsThisArch(const ArchSpec &arch);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h43 static bool SupportsThisArch(const ArchSpec &arch);
H A DEmulateInstructionRISCV.cpp1763 return SupportsThisArch(arch); in SetTargetTriple()
1784 SupportsThisArch(arch)) { in CreateInstance()
1791 bool EmulateInstructionRISCV::SupportsThisArch(const ArchSpec &arch) { in SupportsThisArch() function in lldb_private::EmulateInstructionRISCV