Searched refs:X86PLT0 (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.h20 class X86PLT0 : public PLTEntry { class in namespace:mcld
22 X86PLT0(llvm::MCSectionData* pParent, unsigned int pSize);
68 X86PLT0* getPLT0() const;
H A DX86PLT.cpp47 X86PLT0::X86PLT0(llvm::MCSectionData* pParent, unsigned int pSize) function in class:mcld::X86PLT0
75 X86PLT0* plt0_entry = new X86PLT0(&m_SectionData, m_PLT0Size);
162 X86PLT0* X86PLT::getPLT0() const {
169 X86PLT0* plt0 = &(llvm::cast<X86PLT0>(*first));
182 X86PLT0* plt0 = &(llvm::cast<X86PLT0>(*first));
H A DX86LDBackend.cpp462 unsigned int plt0_size = llvm::cast<X86PLT0>((*it)).getEntrySize();
464 memcpy(buffer, llvm::cast<X86PLT0>((*it)).getContent(), plt0_size);

Completed in 50 milliseconds