Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp215 struct BundleInfo final { struct in BinaryFileHandler
217 uint64_t Size = 0u;
219 uint64_t Offset = 0u;
221 BundleInfo() {} in BundleInfo() argument
222 BundleInfo(uint64_t Size, uint64_t Offset) : Size(Size), Offset(Offset) {} in BundleInfo() function
/external/llvm-project/llvm/tools/dsymutil/
DCFBundle.cpp148 CFBundleInfo BundleInfo; in getBundleInfo() local