Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp1317 llvm::StringRef alloc_name = alloc->getName(); in RewritePersistentAllocs() local
1319 if (alloc_name.startswith("$") && in RewritePersistentAllocs()
1320 !alloc_name.startswith("$__lldb")) in RewritePersistentAllocs()
1322 if (alloc_name.find_first_of("0123456789") == 1) in RewritePersistentAllocs()