Searched refs:SetTargetTriple (Results 1 – 13 of 13) sorted by relevance
49 bool SetTargetTriple(const ArchSpec &arch) override;
57 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
51 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
138 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
58 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
201 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
60 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
214 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
360 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
88 bool SetTargetTriple(const ArchSpec &arch) override;
743 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
1104 void SetTargetTriple(llvm::StringRef target_triple);
557 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