Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp489 uint32_t TxtDataOffset; in getSectionContents() local
490 TXTRecord::getOffset(TxtRecordPtr, TxtDataOffset); in getSectionContents()
495 LLVM_DEBUG(dbgs() << "Record offset " << TxtDataOffset << ", data size " in getSectionContents()
504 Data.begin() + TxtDataOffset); in getSectionContents()