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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 1 //===- X86PLT.cpp ---------------------------------------------------------===//
10 #include "X86PLT.h"
55 // X86PLT
57 X86PLT::X86PLT(LDSection& pSection,
98 X86PLT::~X86PLT()
102 void X86PLT::finalizeSectionSize()
109 X86PLT::iterator it = begin();
126 bool X86PLT::hasPLT1() cons
    [all...]
X86PLT.h 1 //===- X86PLT.h -----------------------------------------------------------===//
103 // X86PLT
105 /** \class X86PLT
108 class X86PLT : public PLT
111 X86PLT(LDSection& pSection,
114 ~X86PLT();
154 class X86_32PLT : public X86PLT
175 class X86_64PLT : public X86PLT

Completed in 317 milliseconds