Home
last modified time | relevance | path

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

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