Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELF_x86_64.cpp60 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
HDELF_aarch64.cpp464 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
HDJITLinkMemoryManager.cpp181 G->createMutableContentBlock(Sec, G->allocateBuffer(Seg.ContentSize), in Create()
HDELF_ppc64.cpp66 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
HDDebuggerSupportPlugin.cpp229 MachOContainerBlock = &G.createMutableContentBlock( in startSynthesis()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h1120 Block &createMutableContentBlock(Section &Parent, in createMutableContentBlock() function
1133 Block &createMutableContentBlock(Section &Parent, size_t ContentSize,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDMachOPlatform.cpp1460 G.createMutableContentBlock(Sec, MachOSize, ExecutorAddr(), 16, 0, true); in createObjCRuntimeObject()
1673 auto &NameBlock = G.createMutableContentBlock( in prepareSymbolTableRegistration()