Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h51 bool SetTargetTriple(const ArchSpec &arch) override;
DEmulateInstructionPPC64.cpp67 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h53 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
DEmulateInstructionARM64.cpp148 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h60 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
DEmulateInstructionMIPS64.cpp211 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h62 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
DEmulateInstructionMIPS.cpp224 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h360 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h92 bool SetTargetTriple(const ArchSpec &arch) override;
DEmulateInstructionARM.cpp748 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1107 void SetTargetTriple(llvm::StringRef target_triple);
DTypeSystemClang.cpp554 SetTargetTriple(target_triple.str()); in TypeSystemClang()
563 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang()
682 void TypeSystemClang::SetTargetTriple(llvm::StringRef target_triple) { in SetTargetTriple() function in TypeSystemClang