Searched refs:SymStart (Results 1 – 2 of 2) sorted by relevance
434 auto SymStart = Sym->getAddress(); in dumpSectionContents() local436 auto SymEnd = SymStart + SymSize; in dumpSectionContents()442 while (NextAddr != SymStart) { in dumpSectionContents()456 OS << formatv(" {0:x-2}", SymData[NextAddr - SymStart]); in dumpSectionContents()
3849 const uint8_t *SymStart; in moveNext() local3956 SymStart = Ptr; in moveNext()3968 SymbolName = StringRef(reinterpret_cast<const char*>(SymStart), in moveNext()3969 Ptr-SymStart); in moveNext()