Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h277 uint64_t getBitOffset(const uint64_t DeclTypesBlockStartOffset) const { in getBitOffset() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp399 W->printNumber("BitOffset", BitField.getBitOffset()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h544 uint8_t getBitOffset() const { return BitOffset; } in getBitOffset() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1943 W.printNumber("BitOffset", BF.getBitOffset()); in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3226 return RecordLocation(M, DOffs.getBitOffset(M->DeclsBlockStartOffset)); in DeclCursorForID()