| /llvm-project/clang/unittests/Interpreter/ |
| H A D | IncrementalCompilerBuilderTest.cpp | 39 TEST(IncrementalCompilerBuilder, SetTargetTriple) { in TEST() argument 41 CB.SetTargetTriple("armv6-none-eabi"); in TEST()
|
| H A D | InterpreterExtensionsTest.cpp | 125 CB.SetTargetTriple("armv6-none-eabi"); 139 CB.SetTargetTriple(TargetTriple); in TEST_F()
|
| /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
|
| /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 Terminate() 1747 bool EmulateInstructionRISCV::SetTargetTriple(const ArchSpec &arch) { SetTargetTriple() function in lldb_private::EmulateInstructionRISCV
|
| /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
|
| /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
|
| /llvm-project/clang/include/clang/Interpreter/ |
| H A D | Interpreter.h | 54 void SetTargetTriple(std::string TT) { TargetTriple = TT; } 53 void SetTargetTriple(std::string TT) { TargetTriple = TT; } SetTargetTriple() function
|
| /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
|
| /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
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 368 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
|
| /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
|
| /llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1240 void SetTargetTriple(llvm::StringRef target_triple);
|
| H A D | TypeSystemClang.cpp | 501 SetTargetTriple(target_triple.str()); in TypeSystemClang() 512 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang() 627 void TypeSystemClang::SetTargetTriple(llvm::StringRef target_triple) { in SetTargetTriple() 626 void TypeSystemClang::SetTargetTriple(llvm::StringRef target_triple) { SetTargetTriple() function in TypeSystemClang
|