Searched defs:X86GOTPLT (Results 1 - 2 of 2) sorted by path

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp1 //===- X86GOTPLT.cpp ------------------------------------------------------===//
10 #include "X86GOTPLT.h"
26 // X86GOTPLT
28 X86GOTPLT::X86GOTPLT(LDSection& pSection, SectionData& pSectionData) function in class:mcld::X86GOTPLT
57 X86GOTPLT::~X86GOTPLT()
61 X86GOTPLT::iterator X86GOTPLT::begin()
66 X86GOTPLT
[all...]
H A DX86GOTPLT.h1 //===- X86GOTPLT.h --------------------------------------------------------===//
26 /** \class X86GOTPLT
29 class X86GOTPLT : public GOT class in namespace:mcld
38 X86GOTPLT(LDSection &pSection, SectionData& pSectionData);
40 ~X86GOTPLT();

Completed in 31 milliseconds