Searched refs:name_ref (Results 1 – 4 of 4) sorted by relevance
274 llvm::StringRef name_ref = name; in MapRegisterName() local275 if (!name_ref.consume_front(from_prefix)) in MapRegisterName()278 if (name_ref.empty() || to_integer(name_ref, _, 10)) in MapRegisterName()279 name = (to_prefix + name_ref).str(); in MapRegisterName()
46 llvm::StringRef name_ref(name.data(), name_len); in TEST_F() local48 pipe.OpenAsReader(name_ref, /*child_process_inherit=*/false).ToError(), in TEST_F()
1719 llvm::StringRef name_ref(name); in FindGlobalFunctions() local1729 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions()1880 llvm::StringRef name_ref(name); in FindGlobalVariables() local1890 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables()
1222 const llvm::StringRef name_ref = kernel.m_name.GetStringRef(); in CaptureDebugHintScriptGroup2() local1223 if (name_ref.endswith(expand)) { in CaptureDebugHintScriptGroup2()1224 const ConstString base_kernel(name_ref.drop_back(expand.size())); in CaptureDebugHintScriptGroup2()