Lines Matching refs:EntriesBegin
46 for (auto *CurEntry = CurImage->EntriesBegin; in loadTargetBinaryDescription()
101 CurImage->EntriesBegin = nullptr; in unloadTargetBinaryDescription()
110 CurImage->EntriesBegin = CurEntry; in unloadTargetBinaryDescription()
153 for (auto *Entry = Table->EntriesBegin; Entry != Table->EntriesEnd; Entry++) in freeTargetTable()
156 delete[] Table->EntriesBegin; in freeTargetTable()
161 auto *ImageEntry = Image->EntriesBegin; in loadTargetTable()
162 for (__tgt_offload_entry *CurEntry = Table->EntriesBegin; in loadTargetTable()
178 Table->EntriesBegin = new __tgt_offload_entry[TableResponse.entries_size()]; in unloadTargetTable()
180 auto *CurEntry = Table->EntriesBegin; in unloadTargetTable()
267 for (auto *CurEntry = Table->EntriesBegin; CurEntry != Table->EntriesEnd; in dump()
284 __tgt_offload_entry *EntryItr = Image->EntriesBegin; in dump()