Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp91 auto &B = G.createMutableContentBlock(Sec, sizeof(MachOHeaderType), in createLocalHeaderBlock()
H A Daarch64.cpp276 auto &SigningFunctionBlock = G.createMutableContentBlock( in createEmptyPointerSigningFunction()
H A DELF_x86_64.cpp60 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
H A DJITLinkMemoryManager.cpp184 G->createMutableContentBlock(Sec, G->allocateBuffer(Seg.ContentSize), in Create()
H A DELF_ppc64.cpp66 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
H A DELF_aarch64.cpp554 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
H A DCompactUnwindSupport.h262 auto &B = G.createMutableContentBlock( in processAndReserveUnwindInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp235 MachOContainerBlock = &G.createMutableContentBlock( in startSynthesis()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
H A DMachOPlatform.cpp1483 G.createMutableContentBlock(Sec, MachOSize, ExecutorAddr(), 16, 0, true); in createObjCRuntimeObject()
1688 auto &NameBlock = G.createMutableContentBlock( in prepareSymbolTableRegistration()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1152 Block &createMutableContentBlock(Section &Parent, in createMutableContentBlock() function
1165 Block &createMutableContentBlock(Section &Parent, size_t ContentSize,