| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.h | 61 bool SetTargetTriple(const ArchSpec &arch) override;
|
| H A D | EmulateInstructionRISCV.cpp | 1747 bool EmulateInstructionRISCV::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in lldb_private::EmulateInstructionRISCV
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 368 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 89 bool SetTargetTriple(const ArchSpec &arch) override;
|
| H A D | EmulateInstructionARM.cpp | 745 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1136 void SetTargetTriple(llvm::StringRef target_triple);
|
| H A D | TypeSystemClang.cpp | 560 SetTargetTriple(target_triple.str()); in TypeSystemClang() 569 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang() 678 void TypeSystemClang::SetTargetTriple(llvm::StringRef target_triple) { in SetTargetTriple() function in TypeSystemClang
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | CMakeLists.txt | 862 include(SetTargetTriple)
|