Searched refs:BootstrapMap (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/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,
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.cpp | 190 StringMap<std::vector<char>> BootstrapMap, in sendSetupMessage() 202 EI.BootstrapMap = std::move(BootstrapMap); in sendSetupMessage() 188 sendSetupMessage(StringMap<std::vector<char>> BootstrapMap,StringMap<ExecutorAddr> BootstrapSymbols) sendSetupMessage() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SimpleRemoteEPC.cpp | 335 << " Bootstrap map" << (EI->BootstrapMap.empty() ? " empty" : ":") in setup() 337 for (const auto &KV : EI->BootstrapMap) in setup() 347 BootstrapMap = std::move(EI->BootstrapMap); in setup()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 234 return BootstrapMap; in getBootstrapMap() 244 auto I = BootstrapMap.find(Key); in getBootstrapMapValue() 245 if (I == BootstrapMap.end()) in getBootstrapMapValue() 431 StringMap<std::vector<char>> BootstrapMap; variable
|