HomeSort by relevance Sort by last modified time
    Searched defs:getRelEntrySize (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 139 /// getRelEntrySize - the size in BYTE of rel type relocation
140 size_t getRelEntrySize() { return 16; }
142 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 163 /// getRelEntrySize - the size in BYTE of rel type relocation
164 size_t getRelEntrySize() { return 8; }
166 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 149 /// getRelEntrySize - the size in BYTE of rela type relocation
150 size_t getRelEntrySize() { return 0; }
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 110 /// getRelEntrySize - the size in BYTE of rel type relocation
111 size_t getRelEntrySize() { return m_RelEntrySize; }
113 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 216 getRelEntrySize());
225 getRelEntrySize());
    [all...]

Completed in 92 milliseconds