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

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

Completed in 77 milliseconds