| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 50 bool SetTargetTriple(const ArchSpec &arch) override;
|
| H A D | EmulateInstructionPPC64.cpp | 58 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
| H A D | EmulateInstructionLoongArch.h | 52 bool SetTargetTriple(const ArchSpec &arch) override;
|
| H A D | EmulateInstructionLoongArch.cpp | 185 bool EmulateInstructionLoongArch::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in lldb_private::EmulateInstructionLoongArch
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.h | 61 bool SetTargetTriple(const ArchSpec &arch) override;
|
| H A D | EmulateInstructionRISCV.cpp | 1762 bool EmulateInstructionRISCV::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in lldb_private::EmulateInstructionRISCV
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 52 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
|
| H A D | EmulateInstructionARM64.cpp | 138 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
|
| /freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
| H A D | Interpreter.h | 53 void SetTargetTriple(std::string TT) { TargetTriple = TT; } in SetTargetTriple() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 59 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
|
| H A D | EmulateInstructionMIPS64.cpp | 202 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 61 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
|
| H A D | EmulateInstructionMIPS.cpp | 215 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 368 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 88 bool SetTargetTriple(const ArchSpec &arch) override;
|
| H A D | EmulateInstructionARM.cpp | 744 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1229 void SetTargetTriple(llvm::StringRef target_triple);
|
| H A D | TypeSystemClang.cpp | 500 SetTargetTriple(target_triple.str()); in TypeSystemClang() 511 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang() 626 void TypeSystemClang::SetTargetTriple(llvm::StringRef target_triple) { in SetTargetTriple() function in TypeSystemClang
|