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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp32 // X86_64GOT
34 X86_64GOT::X86_64GOT(LDSection& pSection) : GOT(pSection) { function in class:mcld::X86_64GOT
37 X86_64GOT::~X86_64GOT() {
40 X86_64GOTEntry* X86_64GOT::create() {
H A DX86GOT.h50 /** \class X86_64GOT
54 class X86_64GOT : public GOT { class in namespace:mcld
56 explicit X86_64GOT(LDSection& pSection);
58 ~X86_64GOT();

Completed in 32 milliseconds