Home
last modified time | relevance | path

Searched defs:JITDylibState (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp78 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
[all …]
H A Dmacho_platform.cpp269 struct JITDylibState { struct in __anon068503140211::MachOPlatformRuntimeState
271 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 …]