Searched refs:createMutableContentBlock (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachO.cpp | 91 auto &B = G.createMutableContentBlock(Sec, sizeof(MachOHeaderType), in createLocalHeaderBlock()
|
| H A D | aarch64.cpp | 276 auto &SigningFunctionBlock = G.createMutableContentBlock( in createEmptyPointerSigningFunction()
|
| H A D | ELF_x86_64.cpp | 60 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
|
| H A D | JITLinkMemoryManager.cpp | 184 G->createMutableContentBlock(Sec, G->allocateBuffer(Seg.ContentSize), in Create()
|
| H A D | ELF_ppc64.cpp | 66 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
|
| H A D | ELF_aarch64.cpp | 554 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
|
| H A D | CompactUnwindSupport.h | 262 auto &B = G.createMutableContentBlock( in processAndReserveUnwindInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 235 MachOContainerBlock = &G.createMutableContentBlock( in startSynthesis()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebuggerSupportPlugin.cpp | |
| H A D | MachOPlatform.cpp | 1483 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 D | JITLink.h | 1152 Block &createMutableContentBlock(Section &Parent, in createMutableContentBlock() function 1165 Block &createMutableContentBlock(Section &Parent, size_t ContentSize,
|