| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 52 bool SetTargetTriple(const ArchSpec &arch) override;
|
| H A D | EmulateInstructionPPC64.cpp | 69 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionPPC64
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 54 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
|
| H A D | EmulateInstructionARM64.cpp | 163 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM64
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 61 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
|
| H A D | EmulateInstructionMIPS64.cpp | 209 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS64
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 60 bool SetTargetTriple(const lldb_private::ArchSpec &arch) override;
|
| H A D | EmulateInstructionMIPS.cpp | 222 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionMIPS
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 377 virtual bool SetTargetTriple(const ArchSpec &arch) = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 93 bool SetTargetTriple(const ArchSpec &arch) override;
|
| H A D | EmulateInstructionARM.cpp | 760 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple() function in EmulateInstructionARM
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTContext.h | 120 void SetTargetTriple(const char *target_triple);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 666 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()
|