Home
last modified time | relevance | path

Searched refs:name_ref (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DABI.cpp274 llvm::StringRef name_ref = name; in MapRegisterName() local
275 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()
/llvm-project-15.0.7/lldb/unittests/Host/
H A DPipeTest.cpp46 llvm::StringRef name_ref(name.data(), name_len); in TEST_F() local
48 pipe.OpenAsReader(name_ref, /*child_process_inherit=*/false).ToError(), in TEST_F()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1719 llvm::StringRef name_ref(name); in FindGlobalFunctions() local
1729 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions()
1880 llvm::StringRef name_ref(name); in FindGlobalVariables() local
1890 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1222 const llvm::StringRef name_ref = kernel.m_name.GetStringRef(); in CaptureDebugHintScriptGroup2() local
1223 if (name_ref.endswith(expand)) { in CaptureDebugHintScriptGroup2()
1224 const ConstString base_kernel(name_ref.drop_back(expand.size())); in CaptureDebugHintScriptGroup2()