Searched defs:getRelEntrySize (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h139 /// getRelEntrySize - the size in BYTE of rel type relocation
140 size_t getRelEntrySize() { return 16; } function in class:mcld::AArch64GNULDBackend
142 /// getRelEntrySize - the size in BYTE of rela type relocation
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h110 /// getRelEntrySize - the size in BYTE of rel type relocation
111 size_t getRelEntrySize() { return m_RelEntrySize; } function in class:mcld::X86GNULDBackend
113 /// getRelEntrySize - the size in BYTE of rela type relocation
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h163 /// getRelEntrySize - the size in BYTE of rel type relocation
164 size_t getRelEntrySize() { return 8; } function in class:mcld::ARMGNULDBackend
166 /// getRelEntrySize - the size in BYTE of rela type relocation
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h149 /// getRelEntrySize - the size in BYTE of rela type relocation
150 size_t getRelEntrySize() { return 0; } function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp216 getRelEntrySize());
225 getRelEntrySize());
1281 size_t Mips32GNULDBackend::getRelEntrySize() { function in class:mcld::Mips32GNULDBackend
1326 size_t Mips64GNULDBackend::getRelEntrySize() { function in class:mcld::Mips64GNULDBackend

Completed in 1117 milliseconds