Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
HDEmulateInstructionPPC64.h50 bool SetTargetTriple(const ArchSpec &arch) override;
HDEmulateInstructionPPC64.cpp58 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.h61 bool SetTargetTriple(const ArchSpec &arch) override;
HDEmulateInstructionRISCV.cpp1762 bool EmulateInstructionRISCV::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in lldb_private::EmulateInstructionRISCV
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
HDEmulateInstructionLoongArch.h52 bool SetTargetTriple(const ArchSpec &arch) override;
HDEmulateInstructionLoongArch.cpp185 bool EmulateInstructionLoongArch::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in lldb_private::EmulateInstructionLoongArch
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.h52 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
HDEmulateInstructionARM64.cpp138 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Interpreter/
HDInterpreter.h53 void SetTargetTriple(std::string TT) { TargetTriple = TT; } in SetTargetTriple() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h59 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
HDEmulateInstructionMIPS64.cpp202 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h61 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
HDEmulateInstructionMIPS.cpp215 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDEmulateInstruction.h368 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.h88 bool SetTargetTriple(const ArchSpec &arch) override;
HDEmulateInstructionARM.cpp744 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h1229 void SetTargetTriple(llvm::StringRef target_triple);
HDTypeSystemClang.cpp500 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