Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h154 (void)B->getMutableContent(G); in fixUpBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h260 MutableArrayRef<char> getMutableContent(LinkGraph &G);
1161 reinterpret_cast<uint8_t *>(B.getMutableContent(*this).data()), in getBlockContentWriter()
1553 inline MutableArrayRef<char> Block::getMutableContent(LinkGraph &G) { in getMutableContent() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp834 auto TLSInfoEntryContent = B->getMutableContent(G);
H A DMachOPlatform.cpp1545 auto Content = Sym->getBlock().getMutableContent(G); in populateObjCRuntimeObject()