Home
last modified time | relevance | path

Searched refs:MachOPerObjectSectionsToRegister (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.h34 struct MachOPerObjectSectionsToRegister { struct
76 macho::MachOPerObjectSectionsToRegister> {
79 static size_t size(const macho::MachOPerObjectSectionsToRegister &MOPOSR) { in size()
85 const macho::MachOPerObjectSectionsToRegister &MOPOSR) { in serialize()
91 macho::MachOPerObjectSectionsToRegister &MOPOSR) { in deserialize()
H A Dmacho_platform.cpp256 Error registerObjectSections(MachOPerObjectSectionsToRegister POSR);
257 Error deregisterObjectSections(MachOPerObjectSectionsToRegister POSR);
327 MachOPerObjectSectionsToRegister POSR) { in registerObjectSections()
342 MachOPerObjectSectionsToRegister POSR) { in deregisterObjectSections()
615 [](MachOPerObjectSectionsToRegister &POSR) { in __orc_rt_macho_register_object_sections()
627 [](MachOPerObjectSectionsToRegister &POSR) { in __orc_rt_macho_deregister_object_sections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h30 struct MachOPerObjectSectionsToRegister { struct
223 Error registerPerObjectSections(const MachOPerObjectSectionsToRegister &POSR);
244 std::vector<MachOPerObjectSectionsToRegister> BootstrapPOSRs;
257 MachOPerObjectSectionsToRegister> {
260 static size_t size(const MachOPerObjectSectionsToRegister &MOPOSR) { in size()
266 const MachOPerObjectSectionsToRegister &MOPOSR) { in serialize()
272 MachOPerObjectSectionsToRegister &MOPOSR) { in deserialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp533 std::vector<MachOPerObjectSectionsToRegister> DeferredPOSRs; in bootstrapMachORuntime()
586 const MachOPerObjectSectionsToRegister &POSR) { in registerPerObjectSections()
704 MachOPerObjectSectionsToRegister POSR; in addEHAndTLVSupportPasses()