Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h111 struct BootstrapInfo { struct
112 std::mutex Mutex;
113 std::condition_variable CV;
114 size_t ActiveGraphs = 0;
115 shared::AllocActions DeferredAAs;
116 ExecutorAddr MachOHeaderAddr;
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
DBootstrapper.java136 public abstract static class BootstrapInfo { class in Bootstrapper