Home | History | Annotate | Download | only in llvm-objdump

Lines Matching full:selector_name

1729   const char *selector_name;
2273 // the DisassembleInfo's class_name and selector_name fields. This is saved
2285 if (info->selector_name != nullptr) {
2290 strlen(info->selector_name));
2295 strcat(info->method, info->selector_name);
2301 info->method = (char *)malloc(9 + strlen(info->selector_name));
2309 strcat(info->method, info->selector_name);
2318 if (info->selector_name != nullptr) {
2321 info->method = (char *)malloc(17 + strlen(info->selector_name));
2329 strcat(info->method, info->selector_name);
5190 info.selector_name = nullptr;
5290 info.selector_name = nullptr;
5400 info.selector_name = nullptr;
5573 info.selector_name = nullptr;
5726 info->selector_name = name;
5730 info->selector_name = name;
6186 SymbolizerInfo.selector_name = nullptr;
6199 ThumbSymbolizerInfo.selector_name = nullptr;