Lines Matching defs:JITDylibState
78 struct JITDylibState { struct in __anon89dc148a0111::COFFPlatformRuntimeState
79 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~XIZ
86 XtorSection CXXInitSection; // XCA~XCZ
87 XtorSection CPreTermSection; // XPA~XPZ
88 XtorSection CTermSection; // XTA~XTZ
90 bool referenced() const { in referenced()