Searched refs:triple_ref (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp27 const llvm::Triple &triple_ref = local
29 const llvm::Triple::OSType os_type = triple_ref.getOS();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp53 const llvm::Triple &triple_ref = local
55 if (triple_ref.getOS() == llvm::Triple::Win32)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp59 const llvm::Triple &triple_ref = local
61 if (triple_ref.getOS() == llvm::Triple::FreeBSD ||
62 triple_ref.getOS() == llvm::Triple::Linux ||
63 triple_ref.getOS() == llvm::Triple::NetBSD)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp99 const llvm::Triple &triple_ref = local
101 if (triple_ref.getArch() == llvm::Triple::hexagon)

Completed in 170 milliseconds