Searched refs:DepHeaders (Results 1 – 3 of 3) sorted by relevance
77 std::vector<ExecutorAddr> DepHeaders;99 return SPSMachOJITDylibDepInfo::AsArgList::size(JDI.Sealed, JDI.DepHeaders); in size() 104 JDI.DepHeaders); in serialize() 109 JDI.DepHeaders); in deserialize() 1191 if (!DI.DepHeaders.empty()) { in __orc_rt_macho_register_object_platform_sections() 1205 JDS.Deps.reserve(DI.DepHeaders.size()); in __orc_rt_macho_deregister_object_platform_sections() 1206 for (auto DepHeaderAddr : DI.DepHeaders) { in __orc_rt_macho_deregister_object_platform_sections() 76 std::vector<ExecutorAddr> DepHeaders; global() member
45 return SPSMachOJITDylibDepInfo::AsArgList::size(DDI.Sealed, DDI.DepHeaders); in size()51 DDI.DepHeaders); in serialize()57 DDI.DepHeaders); in deserialize()678 DepInfo.DepHeaders.push_back(HJ->second); in pushInitializersLoop()
35 std::vector<ExecutorAddr> DepHeaders; member