Home
last modified time | relevance | path

Searched refs:name_string_ref (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/ARM/
Difcvt-dead-def.ll25 %tmp46 = call %struct.ref_s* @name_string_ref(%struct.ref_s* %pref1, %struct.ref_s* %nref) #2
51 declare %struct.ref_s* @name_string_ref(%struct.ref_s*, %struct.ref_s*) #1
/external/llvm/test/CodeGen/ARM/
Difcvt-dead-def.ll25 %tmp46 = call %struct.ref_s* @name_string_ref(%struct.ref_s* %pref1, %struct.ref_s* %nref) #2
51 declare %struct.ref_s* @name_string_ref(%struct.ref_s*, %struct.ref_s*) #1
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp587 StringRef name_string_ref = name.GetStringRef(); in IgnoreName() local
590 return name_string_ref.empty() || in IgnoreName()
591 (ignore_all_dollar_names && name_string_ref.startswith("$")) || in IgnoreName()
592 name_string_ref.startswith("_$"); in IgnoreName()