HomeSort by relevance Sort by last modified time
    Searched refs:ARMPLT1 (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 39 ARMPLT1::ARMPLT1(llvm::MCSectionData* pParent)
62 ARMPLT1* plt1_entry = 0;
65 plt1_entry = new (std::nothrow) ARMPLT1(&m_SectionData);
68 llvm::report_fatal_error("Allocating new memory for ARMPLT1 failed!");
78 ARMPLT1 *&PLTEntry = m_PLTEntryMap[&pSymbol];
97 PLTEntry = llvm::cast<ARMPLT1>(&(*m_PLTEntryIterator));
111 ARMPLT1 *&PLTEntry = m_PLTEntryMap[&pSymbol];
125 PLTEntry = llvm::cast<ARMPLT1>(&(*m_PLTEntryIterator));
198 uint64_t PLT1EntrySize = llvm::cast<ARMPLT1>((*it)).getEntrySize()
    [all...]
ARMPLT.h 25 class ARMPLT1 : public PLTEntry {
27 ARMPLT1(llvm::MCSectionData* pParent);
35 typedef llvm::DenseMap<const ResolveInfo*, ARMPLT1*> SymbolIndexType;

Completed in 64 milliseconds