Searched defs:pSymbols (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp304 SymbolCategory& pSymbols,
350 for (SymbolCategory::iterator symbol = pSymbols.begin(),
351 sym_end = pSymbols.end(); symbol != sym_end; ++symbol) {
303 emitDynNamePools(Output& pOutput, SymbolCategory& pSymbols, const Layout& pLayout, const MCLDInfo& pLDInfo) argument
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp697 const SymbolCategory& pSymbols,
712 SymbolCategory::const_iterator symEnd = pSymbols.end();
713 for (symbol = pSymbols.begin(); symbol != symEnd; ++symbol) {
794 SymbolCategory& pSymbols,
859 SymbolCategory::iterator symEnd = pSymbols.end();
860 for (symbol = pSymbols.begin(); symbol != symEnd; ++symbol) {
901 SymbolCategory& pSymbols,
966 SymbolCategory::iterator symEnd = pSymbols.end();
967 for (symbol = pSymbols.begin(); symbol != symEnd; ++symbol) {
696 sizeNamePools(const Output& pOutput, const SymbolCategory& pSymbols, const MCLDInfo& pLDInfo) argument
793 emitRegNamePools(Output& pOutput, SymbolCategory& pSymbols, const Layout& pLayout, const MCLDInfo& pLDInfo) argument
900 emitDynNamePools(Output& pOutput, SymbolCategory& pSymbols, const Layout& pLayout, const MCLDInfo& pLDInfo) argument

Completed in 44 milliseconds