Home
last modified time | relevance | path

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

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