Home
last modified time | relevance | path

Searched refs:SymbolIndices (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7665 SmallVector<uint32_t, 128> &SymbolIndices) { in getSymbolIndices() argument
7685 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() local
7736 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()