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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 49 /** \class X86_32Relocator
50 * \brief X86_32Relocator creates and destroys the X86-32 relocations.
53 class X86_32Relocator : public X86Relocator
64 X86_32Relocator(X86_32GNULDBackend& pParent);
X86Relocator.cpp 28 X86_32Relocator& pParent);
56 // X86_32Relocator
58 X86_32Relocator::X86_32Relocator(X86_32GNULDBackend& pParent)
63 X86_32Relocator::applyRelocation(Relocation& pRelocation)
75 const char* X86_32Relocator::getName(Relocation::Type pType) const
80 Relocator::Size X86_32Relocator::getSize(Relocation::Type pType) const
95 X86_32Relocator& pParent)
114 const X86_32Relocator& pFactory)
127 X86_32Relocator& pParent
    [all...]

Completed in 113 milliseconds