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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.h40 /** \class X86_64GOTPLT
43 class X86_64GOTPLT : public X86_64GOT { class in namespace:mcld
45 explicit X86_64GOTPLT(LDSection& pSection);
47 ~X86_64GOTPLT();
H A DX86GOTPLT.cpp55 // X86_64GOTPLT
57 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) : X86_64GOT(pSection) { function in class:mcld::X86_64GOTPLT
62 X86_64GOTPLT::~X86_64GOTPLT() {
65 bool X86_64GOTPLT::hasGOT1() const {
69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) {
74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) {

Completed in 68 milliseconds