Lines Matching refs:AddressSize

168   uint8_t AddressSize = 4;  in TestFunctionInfoDecodeError()  local
169 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestFunctionInfoDecodeError()
254 uint8_t AddressSize = 4; in TestFunctionInfoEncodeDecode() local
255 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestFunctionInfoEncodeDecode()
330 uint8_t AddressSize = 4; in TestInlineInfoEncodeDecode() local
331 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestInlineInfoEncodeDecode()
342 uint8_t AddressSize = 4; in TestInlineInfoDecodeError() local
343 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestInlineInfoDecodeError()
588 uint8_t AddressSize = 4; in TestFileWriterHelper() local
589 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestFileWriterHelper()
624 uint8_t AddressSize = 4; in TEST() local
625 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TEST()
644 uint8_t AddressSize = 4; in TestAddressRangeEncodeDecodeHelper() local
645 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestAddressRangeEncodeDecodeHelper()
683 uint8_t AddressSize = 4; in TestLineTableHelper() local
684 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestLineTableHelper()
753 uint8_t AddressSize = 4; in TestLineTableDecodeError() local
754 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestLineTableDecodeError()
841 uint8_t AddressSize = 4; in TestHeaderDecodeError() local
842 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestHeaderDecodeError()
908 uint8_t AddressSize = 4; in TestHeaderEncodeDecode() local
915 DataExtractor Data(Bytes, ByteOrder == llvm::support::little, AddressSize); in TestHeaderEncodeDecode()