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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.h43 class AArch64PLT1 : public PLT::Entry<sizeof(aarch64_plt1)> { class in namespace:mcld
45 AArch64PLT1(SectionData& pParent);
62 AArch64PLT1* create();
H A DAArch64PLT.cpp26 AArch64PLT1::AArch64PLT1(SectionData& pParent) function in class:mcld::AArch64PLT1
58 AArch64PLT1* AArch64PLT::create() {
59 AArch64PLT1* plt1_entry = new (std::nothrow) AArch64PLT1(*m_pSectionData);
118 uint32_t PLT1EntrySize = AArch64PLT1::EntrySize;
119 AArch64PLT1* plt1 = NULL;
123 plt1 = &(llvm::cast<AArch64PLT1>(*it));
124 Out = static_cast<uint32_t*>(malloc(AArch64PLT1::EntrySize));
125 memcpy(Out, aarch64_plt1, AArch64PLT1
[all...]

Completed in 62 milliseconds