Home
last modified time | relevance | path

Searched refs:m_PointerRel (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h102 Relocation::Type getPointerRel() { return m_PointerRel; } in getPointerRel()
105 Relocation::Type getPointerRelType() const { return m_PointerRel; } in getPointerRelType()
151 Relocation::Type m_PointerRel; variable
DX86LDBackend.cpp54 m_PointerRel = llvm::ELF::R_386_32; in X86GNULDBackend()
56 m_PointerRel = llvm::ELF::R_X86_64_32; in X86GNULDBackend()
60 m_PointerRel = llvm::ELF::R_X86_64_64; in X86GNULDBackend()