HomeSort by relevance Sort by last modified time
    Searched refs:AddrSize (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugArangeSet.cpp 46 HeaderData.AddrSize = data.getU8(offset_ptr);
51 (HeaderData.AddrSize != 4 && HeaderData.AddrSize != 8)) {
61 const uint32_t tuple_size = HeaderData.AddrSize * 2;
73 assert(sizeof(arangeDescriptor.Address) >= HeaderData.AddrSize);
76 arangeDescriptor.Address = data.getUnsigned(offset_ptr, HeaderData.AddrSize);
77 arangeDescriptor.Length = data.getUnsigned(offset_ptr, HeaderData.AddrSize);
96 HeaderData.CuOffset, HeaderData.AddrSize, HeaderData.SegSize);
98 const uint32_t hex_width = HeaderData.AddrSize * 2;
DWARFFormValue.cpp 27 uint8_t getRefAddrSize(uint8_t AddrSize, uint16_t Version) {
29 return (Version == 2) ? AddrSize : 4;
32 template <uint8_t AddrSize, uint8_t RefAddrSize>
36 AddrSize, // 0x01 DW_FORM_addr
66 ArrayRef<uint8_t> DWARFFormValue::getFixedFormSizes(uint8_t AddrSize,
68 uint8_t RefAddrSize = getRefAddrSize(AddrSize, Version);
69 if (AddrSize == 4 && RefAddrSize == 4)
71 if (AddrSize == 4 && RefAddrSize == 8)
73 if (AddrSize == 8 && RefAddrSize == 4)
75 if (AddrSize == 8 && RefAddrSize == 8
    [all...]
DWARFUnit.cpp 57 uint32_t Offset = AddrOffsetSectionBase + Index * AddrSize;
58 if (AddrOffsetSection.size() < Offset + AddrSize)
60 DataExtractor DA(AddrOffsetSection, isLittleEndian, AddrSize);
92 AddrSize = debug_info.getU8(offset_ptr);
96 bool AddrSizeOK = AddrSize == 4 || AddrSize == 8;
125 DataExtractor RangesData(RangeSection, isLittleEndian, AddrSize);
135 AddrSize = 0;
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugArangeSet.cpp 72 Header.AddrSize = data.getU8(offset_ptr);
77 (Header.AddrSize != 4 && Header.AddrSize != 8)) {
87 const uint32_t tuple_size = Header.AddrSize * 2;
97 assert(sizeof(arangeDescriptor.Address) >= Header.AddrSize);
100 arangeDescriptor.Address = data.getUnsigned(offset_ptr, Header.AddrSize);
101 arangeDescriptor.Length = data.getUnsigned(offset_ptr, Header.AddrSize);
120 Header.CuOffset, Header.AddrSize, Header.SegSize);
122 const uint32_t hex_width = Header.AddrSize * 2;
DWARFCompileUnit.cpp 35 AddrSize = debug_info.getU8(offset_ptr);
40 bool addrSizeOK = AddrSize == 4 || AddrSize == 8;
66 AddrSize = debug_info_data.getU8 (&offset);
69 bool addrSizeOK = AddrSize == 4 || AddrSize == 8;
83 AddrSize = 0;
93 << " addr_size = " << format("0x%02x", AddrSize)
DWARFCompileUnit.h 29 uint8_t AddrSize;
66 uint8_t getAddressByteSize() const { return AddrSize; }
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Spi/Devices/
MvSpiFlash.c 43 IN UINT8 AddrSize,
47 if (AddrSize == 4) {
180 UINT32 AddrSize, EraseAddr;
184 AddrSize = PcdGet32 (PcdSpiFlashAddressCycles);
200 SpiFlashFormatAddress (EraseAddr, AddrSize, Cmd);
203 Status = MvSpiFlashWriteCommon (Slave, Cmd, AddrSize + 1, NULL, 0);
225 UINT32 AddrSize, ReadAddr, ReadLength, RemainLength;
228 AddrSize = PcdGet32 (PcdSpiFlashAddressCycles);
246 SpiFlashFormatAddress (ReadAddr, AddrSize, Cmd);
248 Status = MvSpiFlashReadCmd (Slave, Cmd, AddrSize + 2, Buf, Length);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiUiLib.h 97 IN UINT32 AddrSize
109 AddrSize - Size of address
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 34 uint8_t AddrSize;
DWARFFormValue.h 89 uint8_t AddrSize);
91 static ArrayRef<uint8_t> getFixedFormSizes(uint8_t AddrSize,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 248 /// @param AddrSize - Instructions address size 16/32/64. 0 is unspecified
256 unsigned AddrSize);

Completed in 223 milliseconds

1 2 3 4 5