Searched refs:BootstrapMap (Results 1 – 5 of 5) sorted by relevance
| /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 67 StringMap<std::vector<char>> &bootstrapMap() { return BootstrapMap; } in bootstrapMap() 76 BootstrapMap[std::move(Key)] = std::move(Buffer); in setBootstrapMapValue() 90 StringMap<std::vector<char>> BootstrapMap; variable 129 if (auto Err = Server->sendSetupMessage(std::move(S.BootstrapMap), in Create() 157 Error sendSetupMessage(StringMap<std::vector<char>> BootstrapMap,
|
| /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 48 StringMap<std::vector<char>> BootstrapMap; member 211 SI.TargetTriple, SI.PageSize, SI.BootstrapMap, SI.BootstrapSymbols); in size() 217 OB, SI.TargetTriple, SI.PageSize, SI.BootstrapMap, SI.BootstrapSymbols); in serialize() 222 IB, SI.TargetTriple, SI.PageSize, SI.BootstrapMap, SI.BootstrapSymbols); in deserialize()
|
| /llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 189 StringMap<std::vector<char>> BootstrapMap, in sendSetupMessage() 201 EI.BootstrapMap = std::move(BootstrapMap); in sendSetupMessage() 190 sendSetupMessage(StringMap<std::vector<char>> BootstrapMap,StringMap<ExecutorAddr> BootstrapSymbols) sendSetupMessage() argument
|
| /llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 344 << " Bootstrap map" << (EI->BootstrapMap.empty() ? " empty" : ":") in setup() 346 for (const auto &KV : EI->BootstrapMap) in setup() 356 BootstrapMap = std::move(EI->BootstrapMap); in setup()
|
| /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.h | 232 return BootstrapMap; 240 auto I = BootstrapMap.find(Key); 241 if (I == BootstrapMap.end()) in getBootstrapMapValue() 396 StringMap<std::vector<char>> BootstrapMap; in callSPSWrapperAsync() 431 StringMap<std::vector<char>> BootstrapMap; global() variable
|