Home
last modified time | relevance | path

Searched refs:MOPOSR (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.h79 static size_t size(const macho::MachOPerObjectSectionsToRegister &MOPOSR) { in size() argument
81 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size()
85 const macho::MachOPerObjectSectionsToRegister &MOPOSR) { in serialize() argument
87 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize()
91 macho::MachOPerObjectSectionsToRegister &MOPOSR) { in deserialize() argument
93 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h260 static size_t size(const MachOPerObjectSectionsToRegister &MOPOSR) { in size() argument
262 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size()
266 const MachOPerObjectSectionsToRegister &MOPOSR) { in serialize() argument
268 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize()
272 MachOPerObjectSectionsToRegister &MOPOSR) { in deserialize() argument
274 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()