Searched refs:getBitSize (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h114 uint32_t getBitSize() const override { return BitSize; }
H A DLVElement.h242 virtual uint32_t getBitSize() const { return 0; } function in class:llvm::logicalview::LVElement
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp425 if (uint32_t Size = getBitSize())
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp397 W->printNumber("BitSize", BitField.getBitSize());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h545 uint8_t getBitSize() const { return BitSize; } function in class:llvm::codeview::BitFieldRecord
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1942 W.printNumber("BitSize", BF.getBitSize());
1948 Element->setBitSize(BF.getBitSize());

Completed in 199 milliseconds