Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
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()
/openbsd/src/gnu/usr.bin/perl/lib/
Dcharnames.t171 my $name_ref = \$name;
176 $name_ref = \$mod_name;
180 my $assembled = $left_anchor. $$name_ref . $right_anchor;
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2404 const llvm::StringRef name_ref = name.GetStringRef(); in FindFunctions() local
2405 auto it = name_ref.find('<'); in FindFunctions()
2407 const llvm::StringRef name_no_template_params = name_ref.slice(0, it); in FindFunctions()
2510 const llvm::StringRef name_ref = name.GetStringRef(); in FindTypes() local
2511 auto name_bracket_index = name_ref.find('<'); in FindTypes()
2539 name_ref.slice(0, name_bracket_index); in FindTypes()
2541 name_ref.slice(name_bracket_index, name_ref.size()); in FindTypes()
/openbsd/src/gnu/llvm/lldb/source/API/
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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
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()
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
Dmktables1601 my $name_ref = property_ref('Name_Alias');
1602 $name_ref = property_ref('Unicode_1_Name') if ! defined $name_ref;
1603 $viacode[$i] = (defined $name_ref)
1604 ? $name_ref->value_of($i)