Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h86 ImageKind getImageKind() const { return TheEntry->TheImageKind; } in getOffloadKind()
87 OffloadKind getOffloadKind() const { return TheEntry->TheOffloadKind; } in getVersion()
89 uint32_t getFlags() const { return TheEntry->Flags; } in getSize()
95 return StringRef(&Buffer[TheEntry->ImageOffset], TheEntry->ImageSize); in getImage()
132 const Entry *TheEntry) in OffloadBinary()
134 TheHeader(TheHeader), TheEntry(TheEntry) { in OffloadBinary()
136 reinterpret_cast<const StringEntry *>(&Buffer[TheEntry->StringOffset]); in OffloadBinary()
137 for (uint64_t I = 0, E = TheEntry in OffloadBinary()
131 OffloadBinary(MemoryBufferRef Source,const Header * TheHeader,const Entry * TheEntry) OffloadBinary() argument
151 const Entry *TheEntry; global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp199 const Entry *TheEntry = in create() local
202 if (TheEntry->ImageOffset > Buf.getBufferSize() || in create()
203 TheEntry->StringOffset > Buf.getBufferSize()) in create()
207 new OffloadBinary(Buf, TheHeader, TheEntry)); in create()
238 Entry TheEntry; in write() local
239 TheEntry.TheImageKind = OffloadingData.TheImageKind; in write()
240 TheEntry.TheOffloadKind = OffloadingData.TheOffloadKind; in write()
241 TheEntry.Flags = OffloadingData.Flags; in write()
242 TheEntry.StringOffset = sizeof(Header) + sizeof(Entry); in write()
243 TheEntry.NumStrings = OffloadingData.StringData.size(); in write()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp1052 MachineBasicBlock *&TheEntry = LLInfoMap[LoopRep]; in isSameloopDetachedContbreak() local
1053 if (TheEntry) { in isSameloopDetachedContbreak()