Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp399 W->printNumber("BitOffset", BitField.getBitOffset()); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h550 uint8_t getBitOffset() const { return BitOffset; } in getBitOffset() function