Home
last modified time | relevance | path

Searched defs:OffloadBundleURI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBundle.h116 struct OffloadBundleURI { struct
125 OffloadBundleURI(StringRef File, int64_t Off, int64_t Size) in OffloadBundleURI() function
131 createOffloadBundleURI(StringRef Str, UriTypeT Type) { in createOffloadBundleURI() argument
144 createFileURI(StringRef Str) { in createFileURI()
175 createMemoryURI(StringRef Str) { in createMemoryURI()
181 StringRef getFileName() const { return FileName; } in getFileName()