Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp416 uint32_t DefEsdId; in getSectionDefEsdId() local
417 ESDRecord::getEsdId(EsdRecord, DefEsdId); in getSectionDefEsdId()
418 LLVM_DEBUG(dbgs() << "Got def EsdId: " << DefEsdId << '\n'); in getSectionDefEsdId()
419 return DefEsdId; in getSectionDefEsdId()
451 uint32_t DefEsdId = getSectionDefEsdId(Sec); in getSectionSize() local
452 const uint8_t *EsdRecord = EsdPtrs[DefEsdId]; in getSectionSize()
467 uint32_t DefEsdId = getSectionDefEsdId(Sec); in getSectionContents() local
486 if (TxtEsdId != DefEsdId) in getSectionContents()