Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h52 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionPPC64.cpp69 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h54 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionARM64.cpp163 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h61 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionMIPS64.cpp209 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h60 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
H A DEmulateInstructionMIPS.cpp222 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h377 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h93 bool SetTargetTriple(const ArchSpec &arch) override;
H A DEmulateInstructionARM.cpp760 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h120 void SetTargetTriple(const char *target_triple);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp666 SetTargetTriple(target_triple); in ClangASTContext()
804 void ClangASTContext::SetTargetTriple(const char *target_triple) { in SetTargetTriple() function in ClangASTContext
810 SetTargetTriple(arch.GetTriple().str().c_str()); in SetArchitecture()