Searched refs:SymbolIndices (Results 1 – 1 of 1) sorted by relevance
7665 SmallVector<uint32_t, 128> &SymbolIndices) { in getSymbolIndices() argument7685 SymbolIndices.push_back(Rel.getSymbol(Obj.isMips64EL())); in getSymbolIndices()7702 SymbolIndices.push_back(Rela.getSymbol(Obj.isMips64EL())); in getSymbolIndices()7734 SmallVector<uint32_t, 128> SymbolIndices; in printCGProfile() local7736 getSymbolIndices<ELFT>(CGRelSection, this->Obj, this, SymbolIndices); in printCGProfile()7737 if (UseReloc && SymbolIndices.size() != CGProfileOrErr->size() * 2) { in printCGProfile()7748 uint32_t From = SymbolIndices[I * 2]; in printCGProfile()7749 uint32_t To = SymbolIndices[I * 2 + 1]; in printCGProfile()