Home
last modified time | relevance | path

Searched refs:setGOTSectionSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h121 virtual void setGOTSectionSize(IRBuilder& pBuilder) = 0;
178 void setGOTSectionSize(IRBuilder& pBuilder);
220 void setGOTSectionSize(IRBuilder& pBuilder);
DX86LDBackend.cpp90 setGOTSectionSize(pBuilder); in doPreLayout()
455 void X86_32GNULDBackend::setGOTSectionSize(IRBuilder& pBuilder) { in setGOTSectionSize() function in mcld::X86_32GNULDBackend
640 void X86_64GNULDBackend::setGOTSectionSize(IRBuilder& pBuilder) { in setGOTSectionSize() function in mcld::X86_64GNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h162 virtual void setGOTSectionSize(IRBuilder& pBuilder);
DHexagonLDBackend.cpp93 setGOTSectionSize(pBuilder); in doPreLayout()
291 void HexagonLDBackend::setGOTSectionSize(IRBuilder& pBuilder) { in setGOTSectionSize() function in mcld::HexagonLDBackend