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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp864 Symbol *match_symbol; member in struct:__anon3813
887 info->match_symbol = const_cast<Symbol *>(curr_symbol);
913 info->match_symbol = const_cast<Symbol *>(symbol);
1045 if (info.match_symbol)
1050 return info.match_symbol;
1053 const size_t symbol_byte_size = info.match_symbol->GetByteSize();
1059 return info.match_symbol;
1065 return info.match_symbol;

Completed in 48 milliseconds