Searched refs:selector_name (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1787 const char *selector_name; member in struct:DisassembleInfo
2378 // the DisassembleInfo's class_name and selector_name fields. This is saved
2390 if (info->selector_name != nullptr) {
2395 strlen(info->selector_name));
2400 strcat(info->method, info->selector_name);
2406 info->method = (char *)malloc(9 + strlen(info->selector_name));
2414 strcat(info->method, info->selector_name);
2423 if (info->selector_name != nullptr) {
2426 info->method = (char *)malloc(17 + strlen(info->selector_name));
2434 strcat(info->method, info->selector_name);
[all...]

Completed in 178 milliseconds