Searched defs:BootstrapInfo (Results 1 – 2 of 2) sorted by relevance
149 struct BootstrapInfo { struct150 std::mutex Mutex;151 std::condition_variable CV;152 size_t ActiveGraphs = 0;153 ExecutorAddr ELFNixHeaderAddr;154 DeferredRuntimeFnMap DeferredRTFnMap;156 void addArgumentsToRTFnMap( in addArgumentsToRTFnMap()
197 struct BootstrapInfo { struct198 std::condition_variable CV;199 size_t ActiveGraphs = 0;200 shared::AllocActions DeferredAAs;201 ExecutorAddr MachOHeaderAddr;202 SymbolTableVector SymTab;