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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h142 Relocation::Type getCopyRelType() const { return m_CopyRel; }
199 Relocation::Type m_CopyRel; member in class:mcld::HexagonLDBackend
H A DHexagonLDBackend.cpp53 m_CopyRel(llvm::ELF::R_HEX_COPY) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h104 Relocation::Type getCopyRelType() const { return m_CopyRel; }
147 Relocation::Type m_CopyRel; member in class:mcld::X86GNULDBackend
H A DX86LDBackend.cpp45 m_CopyRel(pCopyRel)

Completed in 144 milliseconds