Home
last modified time | relevance | path

Searched refs:getCopyRelType (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() function
DHexagonRelocator.cpp229 rel_entry.setType(pTarget.getCopyRelType()); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h104 Relocation::Type getCopyRelType() const { return m_CopyRel; } in getCopyRelType() function
DX86Relocator.cpp191 rel_entry.setType(pTarget.getCopyRelType()); in addCopyReloc()