Searched refs:SymStart (Results 1 – 2 of 2) sorted by relevance
419 auto SymStart = Sym->getAddress(); in dumpSectionContents() local421 auto SymEnd = SymStart + SymSize; in dumpSectionContents()427 while (NextAddr != SymStart) { in dumpSectionContents()441 OS << formatv(" {0:x-2}", SymData[NextAddr - SymStart]); in dumpSectionContents()
3671 const uint8_t *SymStart; in moveNext() local3778 SymStart = Ptr; in moveNext()3790 SymbolName = StringRef(reinterpret_cast<const char*>(SymStart), in moveNext()3791 Ptr-SymStart); in moveNext()