Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp482 uint32_t TxtEsdId; in getSectionContents() local
483 TXTRecord::getElementEsdId(TxtRecordPtr, TxtEsdId); in getSectionContents()
484 LLVM_DEBUG(dbgs() << "Got txt EsdId: " << TxtEsdId << '\n'); in getSectionContents()
486 if (TxtEsdId != DefEsdId) in getSectionContents()