Searched defs:X86PLT (Results 1 - 2 of 2) sorted by relevance

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

Completed in 44 milliseconds