Searched refs:alloc_name (Results 1 – 1 of 1) sorted by relevance
1099 llvm::StringRef alloc_name = alloc->getName(); in RewritePersistentAllocs() local1101 if (alloc_name.startswith("$") && !alloc_name.startswith("$__lldb")) { in RewritePersistentAllocs()1102 if (alloc_name.find_first_of("0123456789") == 1) { in RewritePersistentAllocs()