Searched refs:SetTargetTriple (Results 1 – 13 of 13) sorted by relevance
51 bool SetTargetTriple(const ArchSpec &arch) override;
67 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
53 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
148 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
60 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
211 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
62 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
224 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
360 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
92 bool SetTargetTriple(const ArchSpec &arch) override;
748 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
1107 void SetTargetTriple(llvm::StringRef target_triple);
554 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