Home
last modified time | relevance | path

Searched refs:EntriesEnd (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp47 CurEntry != CurImage->EntriesEnd; CurEntry++) { in loadTargetBinaryDescription()
102 CurImage->EntriesEnd = nullptr; in unloadTargetBinaryDescription()
112 CurImage->EntriesEnd = CurEntry + 1; in unloadTargetBinaryDescription()
153 for (auto *Entry = Table->EntriesBegin; Entry != Table->EntriesEnd; Entry++) in freeTargetTable()
163 CurEntry != Table->EntriesEnd; CurEntry++, ImageEntry++) { in loadTargetTable()
187 Table->EntriesEnd = CurEntry; in unloadTargetTable()
267 for (auto *CurEntry = Table->EntriesBegin; CurEntry != Table->EntriesEnd; in dump()
285 for (; EntryItr != Image->EntriesEnd; EntryItr++) in dump()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp47 CurEntry != CurImage->EntriesEnd; CurEntry++) { in loadTargetBinaryDescription()
102 CurImage->EntriesEnd = nullptr; in unloadTargetBinaryDescription()
112 CurImage->EntriesEnd = CurEntry + 1; in unloadTargetBinaryDescription()
153 for (auto *Entry = Table->EntriesBegin; Entry != Table->EntriesEnd; Entry++) in freeTargetTable()
163 CurEntry != Table->EntriesEnd; CurEntry++, ImageEntry++) { in loadTargetTable()
187 Table->EntriesEnd = CurEntry; in unloadTargetTable()
267 for (auto *CurEntry = Table->EntriesBegin; CurEntry != Table->EntriesEnd; in dump()
285 for (; EntryItr != Image->EntriesEnd; EntryItr++) in dump()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp47 CurEntry != CurImage->EntriesEnd; CurEntry++) { in loadTargetBinaryDescription()
102 CurImage->EntriesEnd = nullptr; in unloadTargetBinaryDescription()
112 CurImage->EntriesEnd = CurEntry + 1; in unloadTargetBinaryDescription()
153 for (auto *Entry = Table->EntriesBegin; Entry != Table->EntriesEnd; Entry++) in freeTargetTable()
163 CurEntry != Table->EntriesEnd; CurEntry++, ImageEntry++) { in loadTargetTable()
187 Table->EntriesEnd = CurEntry; in unloadTargetTable()
267 for (auto *CurEntry = Table->EntriesBegin; CurEntry != Table->EntriesEnd; in dump()
285 for (; EntryItr != Image->EntriesEnd; EntryItr++) in dump()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp47 CurEntry != CurImage->EntriesEnd; CurEntry++) { in loadTargetBinaryDescription()
102 CurImage->EntriesEnd = nullptr; in unloadTargetBinaryDescription()
112 CurImage->EntriesEnd = CurEntry + 1; in unloadTargetBinaryDescription()
153 for (auto *Entry = Table->EntriesBegin; Entry != Table->EntriesEnd; Entry++) in freeTargetTable()
163 CurEntry != Table->EntriesEnd; CurEntry++, ImageEntry++) { in loadTargetTable()
187 Table->EntriesEnd = CurEntry; in unloadTargetTable()
267 for (auto *CurEntry = Table->EntriesBegin; CurEntry != Table->EntriesEnd; in dump()
285 for (; EntryItr != Image->EntriesEnd; EntryItr++) in dump()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp68 CurEntry != CurImage->EntriesEnd; CurEntry++) { in loadTargetBinaryDescription()
121 CurImage->EntriesEnd = nullptr; in unloadTargetBinaryDescription()
133 CurImage->EntriesEnd = CurEntry + 1; in unloadTargetBinaryDescription()
174 for (auto *Entry = Table->EntriesBegin; Entry != Table->EntriesEnd; Entry++) in freeTargetTable()
184 CurEntry != Table->EntriesEnd; CurEntry++, ImageEntry++) { in loadTargetTable()
208 Table->EntriesEnd = CurEntry; in unloadTargetTable()
288 for (auto *CurEntry = Table->EntriesBegin; CurEntry != Table->EntriesEnd; in dump()
306 for (; EntryItr != Image->EntriesEnd; EntryItr++) in dump()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp68 CurEntry != CurImage->EntriesEnd; CurEntry++) { in loadTargetBinaryDescription()
121 CurImage->EntriesEnd = nullptr; in unloadTargetBinaryDescription()
133 CurImage->EntriesEnd = CurEntry + 1; in unloadTargetBinaryDescription()
174 for (auto *Entry = Table->EntriesBegin; Entry != Table->EntriesEnd; Entry++) in freeTargetTable()
184 CurEntry != Table->EntriesEnd; CurEntry++, ImageEntry++) { in loadTargetTable()
208 Table->EntriesEnd = CurEntry; in unloadTargetTable()
288 for (auto *CurEntry = Table->EntriesBegin; CurEntry != Table->EntriesEnd; in dump()
306 for (; EntryItr != Image->EntriesEnd; EntryItr++) in dump()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp69 E.Table.EntriesEnd = end; in createOffloadTable()
78 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
137 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp69 E.Table.EntriesEnd = end; in createOffloadTable()
78 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
140 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp69 E.Table.EntriesEnd = end; in createOffloadTable()
78 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
140 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp69 E.Table.EntriesEnd = end; in createOffloadTable()
78 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
137 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp69 E.Table.EntriesEnd = end; in createOffloadTable()
78 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
140 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp69 E.Table.EntriesEnd = end; in createOffloadTable()
78 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
137 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp69 E.Table.EntriesEnd = end;
78 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd;
137 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp82 E.Table.EntriesEnd = end; in createOffloadTable()
91 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
158 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp82 E.Table.EntriesEnd = end; in createOffloadTable()
91 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
158 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp82 E.Table.EntriesEnd = end; in createOffloadTable()
91 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
158 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp82 E.Table.EntriesEnd = end; in createOffloadTable()
91 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
158 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp82 E.Table.EntriesEnd = end; in createOffloadTable()
91 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
158 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp83 E.Table.EntriesEnd = end; in createOffloadTable()
92 for (__tgt_offload_entry *i = E.Table.EntriesBegin, *e = E.Table.EntriesEnd; in findOffloadEntry()
159 size_t NumEntries = (size_t)(image->EntriesEnd - image->EntriesBegin); in __tgt_rtl_load_binary()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/libomptarget/include/
H A Domptarget.h95 __tgt_offload_entry *EntriesEnd; // End of table (non inclusive) member
111 *EntriesEnd; // End of the table with all the entries (non inclusive) member
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/include/
H A Domptarget.h95 __tgt_offload_entry *EntriesEnd; // End of table (non inclusive) member
111 *EntriesEnd; // End of the table with all the entries (non inclusive) member
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/libomptarget/include/
H A Domptarget.h95 __tgt_offload_entry *EntriesEnd; // End of table (non inclusive) member
111 *EntriesEnd; // End of the table with all the entries (non inclusive) member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/include/
H A Domptarget.h95 __tgt_offload_entry *EntriesEnd; // End of table (non inclusive) member
111 *EntriesEnd; // End of the table with all the entries (non inclusive) member
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/include/
H A Domptarget.h93 __tgt_offload_entry *EntriesEnd; // End of table (non inclusive) member
109 *EntriesEnd; // End of the table with all the entries (non inclusive) member
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/libomptarget/include/
H A Domptarget.h79 __tgt_offload_entry *EntriesEnd; // End of table (non inclusive) member
95 *EntriesEnd; // End of the table with all the entries (non inclusive) member

1234