Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDSectCreate.cpp25 auto Content = G->allocateContent( in materialize()
HDExecutionUtils.cpp595 auto NameCopy = G->allocateContent(Twine(getImpPrefix()) + *KV.first); in createStubsGraph()
HDCOFFPlatform.cpp128 auto HeaderContent = G.allocateContent( in createHeaderBlock()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELF_x86_64.cpp61 getTLSInfoSection(G), G.allocateContent(getTLSInfoEntryContent()), in createEntry()
HDELF_aarch64.cpp465 getTLSInfoSection(G), G.allocateContent(getTLSInfoEntryContent()), in createEntry()
HDELF_ppc64.cpp67 getTLSInfoSection(G), G.allocateContent(getTLSInfoEntryContent()), in createEntry()
HDCOFFLinkGraphBuilder.cpp300 auto DataCopy = G->allocateContent(S); in handleDirectiveSection()
HDELFLinkGraphBuilder.h576 G->allocateContent("__jitlink_ELF_SYM_UND_" + Twine(SymIndex)); in graphifySymbols()
HDMachOLinkGraphBuilder.cpp190 G->allocateContent(StringRef(NSec.SegName) + "," + NSec.SectName); in createNormalizedSections()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h1054 MutableArrayRef<char> allocateContent(ArrayRef<char> Source) { in allocateContent() function
1067 MutableArrayRef<char> allocateContent(Twine Source) { in allocateContent() function
1555 setMutableContent(G.allocateContent({Data, Size})); in getMutableContent()