Home
last modified time | relevance | path

Searched defs:getByteSize (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp185 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo
197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp185 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo
197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp145 size_t getByteSize (void) const in getByteSize() function in vkt::SpirVAssembly::OpAtomicBuffer
301 size_t getByteSize (void) const in getByteSize() function in vkt::SpirVAssembly::Buffer
DvktSpvAsmUtils.hpp158 virtual size_t getByteSize (void) const { return buffer->getByteSize(); } in getByteSize() function in vkt::SpirVAssembly::Resource
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py360 def getByteSize(self): member in SerialBase