Searched refs:SymStart (Results 1 – 2 of 2) sorted by relevance
302 JITTargetAddress SymStart = Sym->getAddress(); in dumpSectionContents() local304 JITTargetAddress SymEnd = SymStart + SymSize; in dumpSectionContents()310 while (NextAddr != SymStart) { in dumpSectionContents()324 OS << formatv(" {0:x-2}", SymData[NextAddr - SymStart]); in dumpSectionContents()
3515 const uint8_t *SymStart; in moveNext() local3622 SymStart = Ptr; in moveNext()3634 SymbolName = StringRef(reinterpret_cast<const char*>(SymStart), in moveNext()3635 Ptr-SymStart); in moveNext()