Home
last modified time | relevance | path

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

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