Searched refs:MOPOSR (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.h | 63 static size_t size(const elfnix::ELFNixPerObjectSectionsToRegister &MOPOSR) { in size() argument 65 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size() 70 const elfnix::ELFNixPerObjectSectionsToRegister &MOPOSR) { in serialize() argument 72 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize() 76 elfnix::ELFNixPerObjectSectionsToRegister &MOPOSR) { in deserialize() argument 78 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ELFNixPlatform.h | 292 static size_t size(const ELFPerObjectSectionsToRegister &MOPOSR) { in size() argument 294 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size() 298 const ELFPerObjectSectionsToRegister &MOPOSR) { in serialize() argument 300 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize() 304 ELFPerObjectSectionsToRegister &MOPOSR) { in deserialize() argument 306 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
|