Searched refs:MOPOSR (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ELFNixPlatform.h | 255 static size_t size(const ELFPerObjectSectionsToRegister &MOPOSR) { in size() argument 257 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size() 261 const ELFPerObjectSectionsToRegister &MOPOSR) { in serialize() argument 263 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize() 267 ELFPerObjectSectionsToRegister &MOPOSR) { in deserialize() argument 269 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
|