Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp398 W->printNumber("BitSize", BitField.getBitSize()); in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h545 uint8_t getBitSize() const { return BitSize; } in getBitSize() function