Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp419 auto SymStart = Sym->getAddress(); in dumpSectionContents() local
421 auto SymEnd = SymStart + SymSize; in dumpSectionContents()
427 while (NextAddr != SymStart) { in dumpSectionContents()
441 OS << formatv(" {0:x-2}", SymData[NextAddr - SymStart]); in dumpSectionContents()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp3671 const uint8_t *SymStart; in moveNext() local
3778 SymStart = Ptr; in moveNext()
3790 SymbolName = StringRef(reinterpret_cast<const char*>(SymStart), in moveNext()
3791 Ptr-SymStart); in moveNext()