HomeSort by relevance Sort by last modified time
    Searched refs:m_CopyRel (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 142 Relocation::Type getCopyRelType() const { return m_CopyRel; }
199 Relocation::Type m_CopyRel;
HexagonLDBackend.cpp 53 m_CopyRel(llvm::ELF::R_HEX_COPY) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 104 Relocation::Type getCopyRelType() const { return m_CopyRel; }
147 Relocation::Type m_CopyRel;
X86LDBackend.cpp 45 m_CopyRel(pCopyRel)

Completed in 26 milliseconds