Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1099 llvm::StringRef alloc_name = alloc->getName(); in RewritePersistentAllocs() local
1101 if (alloc_name.startswith("$") && !alloc_name.startswith("$__lldb")) { in RewritePersistentAllocs()
1102 if (alloc_name.find_first_of("0123456789") == 1) { in RewritePersistentAllocs()