Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h98 Unmapped.back().RODataAllocs.emplace_back(Size, Alignment); in allocateDataSection()
100 Unmapped.back().RODataAllocs.back().getLocalAddress()); in allocateDataSection()
201 for (auto &Alloc : ObjAllocs.RODataAllocs) { in notifyObjectLoaded()
271 for (auto &Alloc : ObjAllocs.RODataAllocs) {
413 RODataAllocs(std::move(Other.RODataAllocs)), in ObjectAllocs()
421 RODataAllocs = std::move(Other.RODataAllocs);
429 std::vector<Alloc> CodeAllocs, RODataAllocs, RWDataAllocs; member