Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp302 JITTargetAddress SymStart = Sym->getAddress(); in dumpSectionContents() local
304 JITTargetAddress SymEnd = SymStart + SymSize; in dumpSectionContents()
310 while (NextAddr != SymStart) { in dumpSectionContents()
324 OS << formatv(" {0:x-2}", SymData[NextAddr - SymStart]); in dumpSectionContents()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp3515 const uint8_t *SymStart; in moveNext() local
3622 SymStart = Ptr; in moveNext()
3634 SymbolName = StringRef(reinterpret_cast<const char*>(SymStart), in moveNext()
3635 Ptr-SymStart); in moveNext()