Searched defs:str_ref (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/common/
H A DHost.cpp411 const llvm::StringRef &str_ref = host_arch.GetTriple().getVendorName(); local
412 g_vendor.SetCStringWithLength(str_ref.data(), str_ref.size());
424 const llvm::StringRef &str_ref = host_arch.GetTriple().getOSName(); local
425 g_os_string.SetCStringWithLength(str_ref.data(), str_ref.size());

Completed in 50 milliseconds