Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h154 (void)B->getMutableContent(G); in fixUpBlocks()
H A DCompactUnwindSupport.h295 auto Content = UnwindInfoBlock.getMutableContent(G); in writeUnwindInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h267 MutableArrayRef<char> getMutableContent(LinkGraph &G);
1193 reinterpret_cast<uint8_t *>(B.getMutableContent(*this).data()), in getBlockContentWriter()
1684 inline MutableArrayRef<char> Block::getMutableContent(LinkGraph &G) { in getMutableContent() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp1023 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges()
H A DMachOPlatform.cpp1561 auto Content = ObjCImageInfoSym->getBlock().getMutableContent(G); in populateObjCRuntimeObject()