Searched refs:curr_symbol (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp143 const Symbol *curr_symbol = nullptr; local
168 curr_symbol = symtab->SymbolAtIndex(symbol_idx);
169 if (curr_symbol) {
172 AddressRange func_range(curr_symbol->GetAddress(), 0);
174 uint32_t symbol_size = curr_symbol->GetByteSize();
175 if (symbol_size != 0 && !curr_symbol->GetSizeIsSibling())
182 curr_symbol->GetAddressRef().GetOffset());
191 curr_symbol->GetMangled(), // Linker/mangled name
/freebsd-11-stable/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 93 milliseconds