Searched refs:RelocatedDebugContents (Results 1 – 1 of 1) sorted by relevance
1180 ArrayRef<uint8_t> RelocatedDebugContents = consumeDebugMagic( in handleDebugS() local1183 BinaryStreamReader Reader(RelocatedDebugContents, support::little); in handleDebugS()1184 ExitOnErr(Reader.readArray(Subsections, RelocatedDebugContents.size())); in handleDebugS()1335 ArrayRef<uint8_t> RelocatedDebugContents = in addObjFile() local1339 BinaryStreamReader Reader(RelocatedDebugContents, support::little); in addObjFile()1340 uint32_t Count = RelocatedDebugContents.size() / sizeof(object::FpoData); in addObjFile()