Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h165 struct LayoutInfo struct
167 LayoutInfo () : in LayoutInfo() argument
175 uint64_t bit_size;
176 uint64_t alignment;
177 llvm::DenseMap<const clang::FieldDecl *, uint64_t> field_offsets;
178 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets;
179 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> vbase_offsets;
/NextBSD/contrib/llvm/lib/IR/
HDDataLayout.cpp520 LayoutInfoTy LayoutInfo; member in __anon84c5c3410211::StructLayoutMap