Searched defs:JITDylibState (Results 1 – 2 of 2) sorted by relevance
78 struct JITDylibState { struct in __anon89dc148a0111::COFFPlatformRuntimeState79 std::string Name;80 void *Header = nullptr;81 size_t LinkedAgainstRefCount = 0;82 size_t DlRefCount = 0;83 std::vector<JITDylibState *> Deps;84 std::vector<void (*)(void)> AtExits;85 XtorSection CInitSection; // XIA~XIZ86 XtorSection CXXInitSection; // XCA~XCZ87 XtorSection CPreTermSection; // XPA~XPZ[all …]
269 struct JITDylibState { struct in __anon068503140211::MachOPlatformRuntimeState271 using SymbolTableMap =275 std::string Name;276 void *Header = nullptr;277 bool Sealed = false;278 size_t LinkedAgainstRefCount = 0;279 size_t DlRefCount = 0;280 SymbolTableMap SymbolTable;281 std::vector<JITDylibState *> Deps;282 AtExitsVector AtExits;[all …]