Searched defs:getGOT (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp188 LDSection& got = file_format->getGOT();
814 if (&pSection == &(file_format->getGOT())) {
871 ARMGOT& ARMGNULDBackend::getGOT() function in class:ARMGNULDBackend
877 const ARMGOT& ARMGNULDBackend::getGOT() const function in class:ARMGNULDBackend
926 if (&pSectHdr == &file_format->getGOT()) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp115 LDSection& got = file_format->getGOT();
558 else if (&pSection == &(FileFormat->getGOT())) {
603 X86GOT& X86GNULDBackend::getGOT() function in class:X86GNULDBackend
609 const X86GOT& X86GNULDBackend::getGOT() const function in class:X86GNULDBackend
670 if (&pSectHdr == &file_format->getGOT()) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp254 if (&pSection == &(file_format->getGOT())) {
455 MipsGOT& MipsGNULDBackend::getGOT() function in class:mcld::MipsGNULDBackend
461 const MipsGOT& MipsGNULDBackend::getGOT() const function in class:mcld::MipsGNULDBackend
486 if (&pSectHdr == &file_format->getGOT())
843 LDSection& got = file_format->getGOT();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h189 LDSection& getGOT() { function in class:mcld::ELFFileFormat
194 const LDSection& getGOT() const { function in class:mcld::ELFFileFormat

Completed in 1899 milliseconds