Searched refs:ICFParent (Results 1 – 1 of 1) sorted by relevance
4500 BinaryFunction *ICFParent = Function.getFoldedIntoFunction(); in updateELFSymbolTable() local4501 while (ICFParent->isFolded()) in updateELFSymbolTable()4502 ICFParent = ICFParent->getFoldedIntoFunction(); in updateELFSymbolTable()4509 ICFSymbol.st_value = ICFParent->getOutputAddress(); in updateELFSymbolTable()4510 ICFSymbol.st_size = ICFParent->getOutputSize(); in updateELFSymbolTable()4511 ICFSymbol.st_shndx = ICFParent->getCodeSection()->getIndex(); in updateELFSymbolTable()