Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp398 W->printNumber("BitOffset", BitField.getBitOffset()); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h544 uint8_t getBitOffset() const { return BitOffset; } in getBitOffset() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3090 return RecordLocation(M, DOffs.getBitOffset(M->DeclsBlockStartOffset)); in DeclCursorForID()
H A DASTReader.cpp6473 M, M->TypeOffsets[Index - M->BaseTypeIndex].getBitOffset() + in TypeCursorForIndex()