Home
last modified time | relevance | path

Searched refs:createGOT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.h53 ARMGOTEntry* createGOT();
DARMGOT.cpp39 ARMGOTEntry* ARMGOT::createGOT() { in createGOT() function in mcld::ARMGOT
DARMRelocator.cpp89 ARMGOTEntry* got_entry = ld_backend.getGOT().createGOT(); in helper_GOT_init()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.h65 AArch64GOTEntry* createGOT();
DAArch64GOT.cpp42 AArch64GOTEntry* AArch64GOT::createGOT() { in createGOT() function in mcld::AArch64GOT
DAArch64RelocationHelpers.h165 AArch64GOTEntry* got_entry = ld_backend.getGOT().createGOT(); in helper_GOT_init()