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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1523 /// getSymbolIdx - called by emitRelocation to get the ouput symbol table index
1524 size_t GNULDBackend::getSymbolIdx(const LDSymbol* pSymbol) const function in class:GNULDBackend
3090 size_t symIdxX = m_Backend.getSymbolIdx(X->symInfo()->outSymbol());
3091 size_t symIdxY = m_Backend.getSymbolIdx(Y->symInfo()->outSymbol());

Completed in 87 milliseconds