Searched refs:GetTriple (Results 51 - 75 of 100) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp375 if (target.GetArchitecture().GetTriple().getVendor() !=
479 if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) {
H A DAppleObjCTypeEncodingParser.cpp30 runtime.GetProcess()->GetTarget().GetArchitecture().GetTriple());
H A DAppleObjCDeclVendor.cpp138 runtime.GetProcess()->GetTarget().GetArchitecture().GetTriple()),
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i412 GetTriple ();
1066 triple = property(GetTriple, None, doc='''A read only property that returns the target triple (arch-vendor-os) for this target as a string.''')
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp100 if (arch.GetTriple().getArch() == llvm::Triple::x86 ||
101 arch.GetTriple().getArch() == llvm::Triple::x86_64)
1018 if (target.GetArchitecture().GetTriple().getArch() == llvm::Triple::hexagon) {
1127 std::string thumb_arch_name(arch.GetTriple().getArchName().str());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp88 HostInfo::GetArchitecture().GetTriple();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp31 const auto &triple = arch.GetTriple();
H A DTarget.cpp114 target_arch.GetTriple().getTriple().c_str());
1413 m_arch.GetSpec().GetTriple().getTriple());
1512 m_arch.GetSpec().GetTriple().getTriple());
1520 arch_spec.GetTriple().getTriple().c_str());
1532 arch_spec.GetTriple().getTriple().c_str());
1556 m_arch.GetSpec().GetTriple().getTriple().c_str(),
1557 arch_spec.GetTriple().getTriple().c_str());
2347 arch.GetArchitectureName(), arch.GetTriple().getTriple());
H A DPlatform.cpp413 if (!arch.GetTriple().str().empty()) {
956 const llvm::Triple &compatible_triple = compatible_arch.GetTriple();
1809 triple = arch.GetTriple().getTriple().c_str();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp71 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
72 const llvm::Triple::OSType os_type = arch.GetTriple().getOS();
74 arch.GetTriple().getEnvironment();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp340 if (arch.GetTriple().getOS() == llvm::Triple::Linux) {
350 } else if (arch.GetTriple().getVendor() == llvm::Triple::Apple) {
581 auto file_spec = FileSpec(name, GetArchitecture().GetTriple());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp67 llvm::Triple triple = arch.GetTriple();
202 if (arch.GetTriple().getArch() == llvm::Triple::mips64 ||
203 arch.GetTriple().getArch() == llvm::Triple::mips64el) {
212 return arch.GetTriple().getArch() == llvm::Triple::mips64 ||
213 arch.GetTriple().getArch() == llvm::Triple::mips64el;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp610 arch_to_use.GetTriple().getVendor() == llvm::Triple::Apple)
699 GetTarget().GetArchitecture().GetTriple().getTriple().c_str(),
717 GetTarget().GetArchitecture().GetTriple().getTriple().c_str());
1032 process_arch.GetTriple().getTriple());
1039 process_arch.GetTriple().getTriple());
1047 target_arch.GetTriple().getTriple());
1059 process_arch.GetTriple().getVendor() == llvm::Triple::Apple) {
1065 process_arch.GetTriple().getTriple());
1068 const llvm::Triple &remote_triple = process_arch.GetTriple();
1069 llvm::Triple new_target_triple = target_arch.GetTriple();
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp472 target->GetArchitecture().GetTriple().getTriple().c_str());
476 old_arch_spec.GetTriple().getTriple().c_str(),
477 target->GetArchitecture().GetTriple().getTriple().c_str());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1358 if (process.GetTarget().GetArchitecture().GetTriple().getVendor() ==
1422 auto &triple = target ? target->GetArchitecture().GetTriple()
1423 : launch_info.GetArchitecture().GetTriple();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h323 const char *GetTriple();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp429 enable = arch.GetTriple().getVendor() != llvm::Triple::Apple;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp463 if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp572 arch.GetTriple().getVendor() == llvm::Triple::Apple)
575 arch.GetTriple().getVendor() != llvm::Triple::Apple)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp448 llvm::Triple triple = m_objfile_sp->GetArchitecture().GetTriple();
585 llvm::Triple triple = m_objfile_sp->GetArchitecture().GetTriple();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp428 if (arch.GetTriple().getArch() == llvm::Triple::arm ||
429 arch.GetTriple().getArch() == llvm::Triple::thumb)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp67 llvm::Triple triple = arch.GetTriple();
215 if (arch.GetTriple().getArch() == llvm::Triple::mips ||
216 arch.GetTriple().getArch() == llvm::Triple::mipsel) {
225 return arch.GetTriple().getArch() == llvm::Triple::mips ||
226 arch.GetTriple().getArch() == llvm::Triple::mipsel;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp165 return llvm::Triple::arc == arch.GetTriple().getArch() ?
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1018 if (arch.GetTriple().getArch() == llvm::Triple::hexagon) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp204 if (arch.GetTriple().getArch() == llvm::Triple::systemz) {

Completed in 252 milliseconds

1234