Searched refs:SymbolIndices (Results 1 – 1 of 1) sorted by relevance
6723 SmallVector<uint32_t, 128> &SymbolIndices) { in getSymbolIndices() argument6743 SymbolIndices.push_back(Rel.getSymbol(Obj.isMips64EL())); in getSymbolIndices()6760 SymbolIndices.push_back(Rela.getSymbol(Obj.isMips64EL())); in getSymbolIndices()6787 SmallVector<uint32_t, 128> SymbolIndices; in printCGProfile() local6789 getSymbolIndices<ELFT>(CGRelSection, this->Obj, this, SymbolIndices); in printCGProfile()6790 if (UseReloc && SymbolIndices.size() != CGProfileOrErr->size() * 2) { in printCGProfile()6801 uint32_t From = SymbolIndices[I * 2]; in printCGProfile()6802 uint32_t To = SymbolIndices[I * 2 + 1]; in printCGProfile()