Searched defs:field_offsets (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/ntp/include/
H A Dparse_conf.h70 } field_offsets[O_COUNT]; member in struct:format
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h182 llvm::DenseMap <const clang::FieldDecl *, uint64_t> field_offsets; member in struct:SymbolFileDWARF::LayoutInfo
H A DSymbolFileDWARFDebugMap.cpp1425 LayoutRecordType(void *baton, const clang::RecordDecl *record_decl, uint64_t &size, uint64_t &alignment, llvm::DenseMap <const clang::FieldDecl *, uint64_t> &field_offsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets) argument
H A DSymbolFileDWARF.cpp7968 LayoutRecordType(void *baton, const clang::RecordDecl *record_decl, uint64_t &size, uint64_t &alignment, llvm::DenseMap <const clang::FieldDecl *, uint64_t> &field_offsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets) argument
7982 LayoutRecordType(const clang::RecordDecl *record_decl, uint64_t &bit_size, uint64_t &alignment, llvm::DenseMap <const clang::FieldDecl *, uint64_t> &field_offsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp1448 layoutRecordType(const RecordDecl *record, uint64_t &size, uint64_t &alignment, FieldOffsetMap &field_offsets, BaseOffsetMap &base_offsets, BaseOffsetMap &virtual_base_offsets) argument

Completed in 95 milliseconds