Searched defs:JDBootstrapState (Results 1 – 5 of 5) sorted by relevance
137 struct JDBootstrapState { struct138 JITDylib *JD = nullptr;139 std::string JDName;140 ExecutorAddr HeaderAddr;141 std::list<COFFObjectSectionsMap> ObjectSectionsMaps;142 SmallVector<std::pair<std::string, ExecutorAddr>> Initializers;
133 struct JDBootstrapState { struct134 JITDylib *JD = nullptr;158 Error runBootstrapInitializers(JDBootstrapState &BState); argument