Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h35 SmallVector<const uint8_t *, 256> TextPtrs; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp170 TextPtrs.emplace_back(I); in GOFFObjectFile()
480 for (const uint8_t *TxtRecordInt : TextPtrs) { in getSectionContents()