Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp62 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
H A DELF_aarch64.cpp406 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
H A DJITLinkMemoryManager.cpp177 G->createMutableContentBlock(Sec, G->allocateBuffer(Seg.ContentSize), in Create()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp186 MachOContainerBlock = &G.createMutableContentBlock( in startSynthesis()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/JITLink/
H A DLinkGraphTests.cpp205 auto &B2 = G.createMutableContentBlock(Sec, MutableContent, in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1024 Block &createMutableContentBlock(Section &Parent, in createMutableContentBlock() function