Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1180 ArrayRef<uint8_t> RelocatedDebugContents = consumeDebugMagic( in handleDebugS() local
1183 BinaryStreamReader Reader(RelocatedDebugContents, support::little); in handleDebugS()
1184 ExitOnErr(Reader.readArray(Subsections, RelocatedDebugContents.size())); in handleDebugS()
1335 ArrayRef<uint8_t> RelocatedDebugContents = in addObjFile() local
1339 BinaryStreamReader Reader(RelocatedDebugContents, support::little); in addObjFile()
1340 uint32_t Count = RelocatedDebugContents.size() / sizeof(object::FpoData); in addObjFile()