Searched refs:MOPOSR (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.h | 78 static size_t size(const elfnix::ELFNixPerObjectSectionsToRegister &MOPOSR) { in size() argument 80 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size() 85 const elfnix::ELFNixPerObjectSectionsToRegister &MOPOSR) { in serialize() argument 87 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize() 91 elfnix::ELFNixPerObjectSectionsToRegister &MOPOSR) { in deserialize() argument 93 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ELFNixPlatform.h | 258 static size_t size(const ELFPerObjectSectionsToRegister &MOPOSR) { in size() argument 260 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size() 264 const ELFPerObjectSectionsToRegister &MOPOSR) { in serialize() argument 266 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize() 270 ELFPerObjectSectionsToRegister &MOPOSR) { in deserialize() argument 272 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
|