Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1053 auto NewBlockContent = G.allocateBuffer(B->getSize()); in fixTLVSectionsAndEdges() local
1054 llvm::copy(B->getContent(), NewBlockContent.data()); in fixTLVSectionsAndEdges()
1055 memcpy(NewBlockContent.data() + G.getPointerSize(), &PlatformKeyBits, in fixTLVSectionsAndEdges()
1057 B->setContent(NewBlockContent); in fixTLVSectionsAndEdges()