Searched refs:m_CopyRel (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h143 Relocation::Type getCopyRelType() const { return m_CopyRel; }
201 Relocation::Type m_CopyRel; member in class:mcld::HexagonLDBackend
H A DHexagonLDBackend.cpp54 m_CopyRel(llvm::ELF::R_HEX_COPY) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h105 Relocation::Type getCopyRelType() const { return m_CopyRel; }
153 Relocation::Type m_CopyRel; member in class:mcld::X86GNULDBackend
H A DX86LDBackend.cpp46 m_CopyRel(pCopyRel)

Completed in 843 milliseconds