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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 102 { return m_PointerRel; }
105 Relocation::Type getPointerRelType() const { return m_PointerRel; }
148 Relocation::Type m_PointerRel;
X86LDBackend.cpp 54 m_PointerRel = llvm::ELF::R_386_32;
56 m_PointerRel = llvm::ELF::R_X86_64_32;
61 m_PointerRel = llvm::ELF::R_X86_64_64;

Completed in 53 milliseconds