Home
last modified time | relevance | path

Searched refs:set_data (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/Inputs/
H A Dundef-with-plt-addr.s1 .globl set_data
2 .type set_data,@function
3 set_data: label
/llvm-project-15.0.7/lld/test/ELF/
H A Dundef-with-plt-addr-i686.s10 mov $set_data, %eax
H A Dundef-with-plt-addr.s13 movabsq $set_data, %rax
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp229 Reply->set_data((char *)HstPtr.get() + Start, End - Start); in DataRetrieve()
250 Reply->set_data((char *)HstPtr.get(), Request->size()); in DataRetrieve()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp318 Request->set_data((char *)HstPtr + Start, End - Start); in dataSubmit()
340 Request->set_data(HstPtr, Size); in dataSubmit()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp220 EntryResponse->set_data(Entry->addr, Entry->size); in copyOffloadEntry()