Home
last modified time | relevance | path

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

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