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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp183 const Symbol *curr_symbol = NULL; local
213 curr_symbol = symtab->SymbolAtIndex(symbol_idx);
214 if (curr_symbol)
217 AddressRange func_range(curr_symbol->GetAddress(), 0);
220 uint32_t symbol_size = curr_symbol->GetByteSize();
221 if (symbol_size != 0 && !curr_symbol->GetSizeIsSibling())
228 func_range.SetByteSize(next_symbol->GetAddress().GetOffset() - curr_symbol->GetAddress().GetOffset());
235 curr_symbol->GetMangled(), // Linker/mangled name
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp872 const Symbol *curr_symbol = info->symtab->SymbolAtIndex (index_ptr[0]); local
873 if (curr_symbol == NULL)
880 if (curr_symbol->ValueIsAddress())
882 const addr_t curr_file_addr = curr_symbol->GetAddress().GetFileAddress();
887 info->match_symbol = const_cast<Symbol *>(curr_symbol);
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h3740 curr_symbol() const function in class:moneypunct
3809 * value of curr_symbol() may be present. The sign field indicates
3818 * {symbol,sign,value,none}, curr_symbol() == '$' positive_sign() ==
3880 * returned. @see curr_symbol() for details.

Completed in 168 milliseconds