Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp434 auto SymStart = Sym->getAddress(); in dumpSectionContents() local
436 auto SymEnd = SymStart + SymSize; in dumpSectionContents()
442 while (NextAddr != SymStart) { in dumpSectionContents()
456 OS << formatv(" {0:x-2}", SymData[NextAddr - SymStart]); in dumpSectionContents()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3849 const uint8_t *SymStart; in moveNext() local
3956 SymStart = Ptr; in moveNext()
3968 SymbolName = StringRef(reinterpret_cast<const char*>(SymStart), in moveNext()
3969 Ptr-SymStart); in moveNext()