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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp370 // Mips32GOT
372 Mips32GOT::Mips32GOT(LDSection& pSection) : MipsGOT(pSection) { function in class:Mips32GOT
375 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
379 uint64_t Mips32GOT::emit(MemoryRegion& pRegion) {
391 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {
395 size_t Mips32GOT::getEntrySize() const {
399 void Mips32GOT::reserveHeader() {
H A DMipsGOT.h196 /** \class Mips32GOT
199 class Mips32GOT : public MipsGOT { class in namespace:mcld
201 explicit Mips32GOT(LDSection& pSection);
H A DMipsLDBackend.cpp853 m_pGOT = new Mips32GOT(got);

Completed in 845 milliseconds