Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h49 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionPPC64.cpp57 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h51 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionARM64.cpp138 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h58 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionMIPS64.cpp201 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h60 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionMIPS.cpp214 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h360 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h88 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionARM.cpp743 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1104 void SetTargetTriple(llvm::StringRef target_triple);
H A DTypeSystemClang.cpp557 SetTargetTriple(target_triple.str()); in TypeSystemClang()
566 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang()
675 void TypeSystemClang::SetTargetTriple(llvm::StringRef target_triple) { in SetTargetTriple() function in TypeSystemClang