Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h50 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionPPC64.cpp58 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h61 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionRISCV.cpp1747 bool EmulateInstructionRISCV::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in lldb_private::EmulateInstructionRISCV
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h52 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionLoongArch.cpp185 bool EmulateInstructionLoongArch::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in lldb_private::EmulateInstructionLoongArch
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h52 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionARM64.cpp138 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h59 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionMIPS64.cpp202 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h61 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionMIPS.cpp215 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h368 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h89 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionARM.cpp745 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1136 void SetTargetTriple(llvm::StringRef target_triple);
H A DTypeSystemClang.cpp560 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 DCMakeLists.txt862 include(SetTargetTriple)