Searched refs:NewBlockContent (Results 1 – 1 of 1) sorted by relevance
849 auto NewBlockContent = G.allocateBuffer(B->getSize()); in fixTLVSectionsAndEdges() local850 llvm::copy(B->getContent(), NewBlockContent.data()); in fixTLVSectionsAndEdges()851 memcpy(NewBlockContent.data() + G.getPointerSize(), &PlatformKeyBits, in fixTLVSectionsAndEdges()853 B->setContent(NewBlockContent); in fixTLVSectionsAndEdges()