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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.h29 class X86PLT1 : public PLTEntry class in namespace:mcld
32 X86PLT1(SectionData* pParent, unsigned int pSize);
40 typedef llvm::DenseMap<const ResolveInfo*, X86PLT1*> SymbolIndexType;
H A DX86PLT.cpp56 X86PLT1::X86PLT1(SectionData* pParent, unsigned int pSize) function in class:mcld::X86PLT1
97 X86PLT1* plt1_entry = 0;
100 plt1_entry = new (std::nothrow) X86PLT1(&m_SectionData, m_PLT1Size);
114 X86PLT1 *&PLTEntry = m_PLTEntryMap[&pSymbol];
125 PLTEntry = llvm::cast<X86PLT1>(&(*m_PLTEntryIterator));
199 X86PLT1* plt1 = 0;
204 plt1 = &(llvm::cast<X86PLT1>(*it));
H A DX86LDBackend.cpp547 X86PLT1* plt1 = 0;
550 plt1 = &(llvm::cast<X86PLT1>(*it));

Completed in 40 milliseconds