Home
last modified time | relevance | path

Searched refs:SetTargetTriple (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h51 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionPPC64.cpp67 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h53 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionARM64.cpp148 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h60 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionMIPS64.cpp211 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h62 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionMIPS.cpp224 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h360 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h92 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionARM.cpp748 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1106 void SetTargetTriple(llvm::StringRef target_triple);
H A DTypeSystemClang.cpp555 SetTargetTriple(target_triple.str()); in TypeSystemClang()
564 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang()
683 void TypeSystemClang::SetTargetTriple(llvm::StringRef target_triple) { in SetTargetTriple() function in TypeSystemClang