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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h218 /** \class Mips32GOT
221 class Mips32GOT : public MipsGOT { class in namespace:mcld
223 explicit Mips32GOT(LDSection& pSection);
H A DMipsGOT.cpp482 // Mips32GOT
484 Mips32GOT::Mips32GOT(LDSection& pSection) : MipsGOT(pSection) { function in class:Mips32GOT
487 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
491 uint64_t Mips32GOT::emit(MemoryRegion& pRegion) {
503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {
507 size_t Mips32GOT::getEntrySize() const {
511 void Mips32GOT::reserveHeader() {

Completed in 1373 milliseconds