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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp19 // X86_32GOT
21 X86_32GOT::X86_32GOT(LDSection& pSection) : GOT(pSection) { function in class:mcld::X86_32GOT
24 X86_32GOT::~X86_32GOT() {
27 X86_32GOTEntry* X86_32GOT::create() {
H A DX86GOT.h28 /** \class X86_32GOT
32 class X86_32GOT : public GOT { class in namespace:mcld
34 explicit X86_32GOT(LDSection& pSection);
36 ~X86_32GOT();

Completed in 3805 milliseconds