Searched refs:createMutableContentBlock (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_x86_64.cpp | 60 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
|
H A D | ELF_aarch64.cpp | 464 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry()
|
H A D | JITLinkMemoryManager.cpp | 181 G->createMutableContentBlock(Sec, G->allocateBuffer(Seg.ContentSize), in Create()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebuggerSupportPlugin.cpp |
|
H A D | MachOPlatform.cpp | 1460 G.createMutableContentBlock(Sec, MachOSize, ExecutorAddr(), 16, 0, true); in createObjCRuntimeObject() 1673 auto &NameBlock = G.createMutableContentBlock( in prepareSymbolTableRegistration()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 1120 Block &createMutableContentBlock(Section &Parent, in createMutableContentBlock() function 1133 Block &createMutableContentBlock(Section &Parent, size_t ContentSize,
|