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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h143 size_t getRelaEntrySize() { return 24; } function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h114 size_t getRelaEntrySize() { return m_RelaEntrySize; } function in class:mcld::X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h167 size_t getRelaEntrySize() { function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h152 /// getRelaEntrySize - the size in BYTE of rela type relocation
153 size_t getRelaEntrySize() { return 12; } function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp1285 size_t Mips32GNULDBackend::getRelaEntrySize() { function in class:mcld::Mips32GNULDBackend
1330 size_t Mips64GNULDBackend::getRelaEntrySize() { function in class:mcld::Mips64GNULDBackend

Completed in 2502 milliseconds