Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp60 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
H A DELF_aarch64.cpp450 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
H A DJITLinkMemoryManager.cpp181 G->createMutableContentBlock(Sec, G->allocateBuffer(Seg.ContentSize), in Create()
H A DELF_ppc64.cpp66 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp229 MachOContainerBlock = &G.createMutableContentBlock( in startSynthesis()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1109 Block &createMutableContentBlock(Section &Parent, in createMutableContentBlock() function
1122 Block &createMutableContentBlock(Section &Parent, size_t ContentSize,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1414 G.createMutableContentBlock(Sec, MachOSize, ExecutorAddr(), 16, 0, true); in createObjCRuntimeObject()
1627 auto &NameBlock = G.createMutableContentBlock( in prepareSymbolTableRegistration()