Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3012 const uint8_t *ExportStart = State.Current; in pushNode() local
3100 if(ExportStart + ExportInfoSize != State.Current) { in pushNode()
3104 Twine::utohexstr(State.Current - ExportStart) + in pushNode()