Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h254 return llvm::divideCeil(getBitSize(), DWARF_CHAR_BIT); in getStorageSizeInBytes()
256 virtual uint32_t getBitSize() const { return 0; } in getBitSize() function
H A DLVSymbol.h115 uint32_t getBitSize() const override { return BitSize; } in getBitSize() function
H A DLVType.h117 uint32_t getBitSize() const override { return BitSize; } in getBitSize() function
H A DLVScope.h278 uint32_t getBitSize() const override { return BitSize; } in getBitSize() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp424 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.cpp1935 W.printNumber("BitSize", BF.getBitSize()); in visitKnownRecord()
1941 Element->setBitSize(BF.getBitSize()); in visitKnownRecord()