Home
last modified time | relevance | path

Searched refs:triple_ref (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp30 const llvm::Triple &triple_ref = in LLDB_PLUGIN_DEFINE() local
32 const llvm::Triple::OSType os_type = triple_ref.getOS(); in LLDB_PLUGIN_DEFINE()
33 const llvm::Triple::ArchType arch_type = triple_ref.getArch(); in LLDB_PLUGIN_DEFINE()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp50 const llvm::Triple &triple_ref = in CreateInstance() local
52 if (triple_ref.getOS() == llvm::Triple::Win32) in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp50 const llvm::Triple &triple_ref = in CreateInstance() local
52 switch (triple_ref.getOS()) { in CreateInstance()
59 create = triple_ref.getVendor() == llvm::Triple::Apple; in CreateInstance()
H A DDynamicLoaderMacOSXDYLD.cpp70 const llvm::Triple &triple_ref = in LLDB_PLUGIN_DEFINE() local
72 switch (triple_ref.getOS()) { in LLDB_PLUGIN_DEFINE()
79 create = triple_ref.getVendor() == llvm::Triple::Apple; in LLDB_PLUGIN_DEFINE()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp51 const llvm::Triple &triple_ref = in CreateInstance() local
53 if (triple_ref.getOS() == llvm::Triple::FreeBSD || in CreateInstance()
54 triple_ref.getOS() == llvm::Triple::Linux || in CreateInstance()
55 triple_ref.getOS() == llvm::Triple::NetBSD) in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp121 const llvm::Triple &triple_ref = target_sp->GetArchitecture().GetTriple(); in CanDebug() local
122 switch (triple_ref.getOS()) { in CanDebug()
129 if (triple_ref.getVendor() == llvm::Triple::Apple) { in CanDebug()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp91 const llvm::Triple &triple_ref = in CreateInstance() local
93 if (triple_ref.getArch() == llvm::Triple::hexagon) in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp56 const llvm::Triple &triple_ref = in LLDB_PLUGIN_DEFINE() local
58 switch (triple_ref.getOS()) { in LLDB_PLUGIN_DEFINE()
65 create = triple_ref.getVendor() == llvm::Triple::Apple; in LLDB_PLUGIN_DEFINE()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp153 const llvm::Triple &triple_ref = in CreateInstance() local
155 switch (triple_ref.getOS()) { in CreateInstance()
162 if (triple_ref.getVendor() != llvm::Triple::Apple) { in CreateInstance()