Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A 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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h140 struct BootstrapInfo { struct
141 std::mutex Mutex;
142 std::condition_variable CV;
143 size_t ActiveGraphs = 0;
144 shared::AllocActions DeferredAAs;
145 ExecutorAddr MachOHeaderAddr;
146 SymbolTableVector SymTab;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h186 struct BootstrapInfo { struct
187 std::mutex Mutex;
188 std::condition_variable CV;
189 size_t ActiveGraphs = 0;
190 shared::AllocActions DeferredAAs;
191 ExecutorAddr MachOHeaderAddr;
192 SymbolTableVector SymTab;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h185 struct BootstrapInfo { struct
186 std::mutex Mutex;
187 std::condition_variable CV;
188 size_t ActiveGraphs = 0;
189 shared::AllocActions DeferredAAs;
190 ExecutorAddr MachOHeaderAddr;
191 SymbolTableVector SymTab;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h186 struct BootstrapInfo { struct
187 std::mutex Mutex;
188 std::condition_variable CV;
189 size_t ActiveGraphs = 0;
190 shared::AllocActions DeferredAAs;
191 ExecutorAddr MachOHeaderAddr;
192 SymbolTableVector SymTab;
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DBootstrapper.java136 public abstract static class BootstrapInfo { class in Bootstrapper