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

1 2 3

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 34 uint8_t AddrSize;
DWARFUnit.h 124 uint8_t AddrSize;
174 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
197 uint8_t getAddressByteSize() const { return 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;
DWARFFormValue.h 31 uint8_t AddrSize;
39 return AddrSize;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
DWARFFormValue.h 31 uint8_t AddrSize;
39 return AddrSize;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
DWARFFormValue.h 31 uint8_t AddrSize;
39 return AddrSize;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
DWARFFormValue.h 31 uint8_t AddrSize;
39 return 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;
DWARFFormValue.h 31 uint8_t AddrSize;
39 return AddrSize;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 uint8_t AddrSize;
DWARFFormValue.h 31 uint8_t AddrSize;
39 return 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/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.h 29 uint8_t AddrSize;
66 uint8_t getAddressByteSize() const { return AddrSize; }
DWARFDebugArangeSet.h 33 uint8_t 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...]

Completed in 3997 milliseconds

1 2 3