Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h141 Relocation::Type getCopyRelType() const { return m_CopyRel; } in getCopyRelType()
194 Relocation::Type m_CopyRel; variable
DHexagonLDBackend.cpp55 m_CopyRel(llvm::ELF::R_HEX_COPY) { in HexagonLDBackend()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h104 Relocation::Type getCopyRelType() const { return m_CopyRel; } in getCopyRelType()
150 Relocation::Type m_CopyRel; variable
DX86LDBackend.cpp46 m_CopyRel(pCopyRel) { in X86GNULDBackend()