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

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

Completed in 167 milliseconds