Searched refs:getBitOffset (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h235 uint64_t getBitOffset() const { function in struct:clang::serialization::UnderalignedInt64
267 uint64_t getBitOffset(const uint64_t DeclTypesBlockStartOffset) const { function in struct:clang::serialization::DeclOffset
268 return BitOffset.getBitOffset() + DeclTypesBlockStartOffset;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp398 W->printNumber("BitOffset", BitField.getBitOffset());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h544 uint8_t getBitOffset() const { return BitOffset; } function in class:llvm::codeview::BitFieldRecord
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1943 W.printNumber("BitOffset", BF.getBitOffset());
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3250 return RecordLocation(M, DOffs.getBitOffset(M->DeclsBlockStartOffset));
H A DASTReader.cpp6674 M, M->TypeOffsets[Index - M->BaseTypeIndex].getBitOffset() +

Completed in 226 milliseconds