Searched refs:triple_ref (Results 1 – 5 of 5) sorted by relevance
30 const llvm::Triple &triple_ref = in LLDB_PLUGIN_DEFINE() local32 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()
50 const llvm::Triple &triple_ref = in CreateInstance() local52 if (triple_ref.getOS() == llvm::Triple::Win32) in CreateInstance()
55 const llvm::Triple &triple_ref = in CreateInstance() local57 if (triple_ref.getOS() == llvm::Triple::FreeBSD || in CreateInstance()58 triple_ref.getOS() == llvm::Triple::Linux || in CreateInstance()59 triple_ref.getOS() == llvm::Triple::NetBSD || in CreateInstance()60 triple_ref.getOS() == llvm::Triple::OpenBSD) in CreateInstance()
91 const llvm::Triple &triple_ref = in CreateInstance() local93 if (triple_ref.getArch() == llvm::Triple::hexagon) in CreateInstance()
109 const llvm::Triple &triple_ref = in CreateInstance() local111 if (!triple_ref.isOSFreeBSD()) { in CreateInstance()