Home
last modified time | relevance | path

Searched refs:AllocData (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/
H A Dopenmp.proto20 rpc DataAlloc(AllocData) returns (Pointer) {}
94 message AllocData { message
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.h84 Status DataAlloc(ServerContext *Context, const AllocData *Request,
H A DServer.cpp158 const AllocData *Request, Pointer *Reply) { in DataAlloc()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp539 const auto AllocData = getAllocationDataForFunction(Callee, AnyAlloc, TLI); in getAllocationFamily() local
540 if (AllocData) in getAllocationFamily()
541 return mangledNameForMallocFamily(AllocData.value().Family); in getAllocationFamily()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp278 auto *Request = protobuf::Arena::CreateMessage<AllocData>(Arena.get()); in dataAlloc()