Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp397 W->printNumber("BitSize", BitField.getBitSize()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h544 uint8_t getBitSize() const { return BitSize; } in getBitSize() function