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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h156 /// X86_32GNULDBackend - linker backend of X86-32 target of GNU ELF format
158 class X86_32GNULDBackend : public X86GNULDBackend { class in namespace:mcld
160 X86_32GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
162 ~X86_32GNULDBackend();
H A DX86LDBackend.cpp326 X86_32GNULDBackend::X86_32GNULDBackend(const LinkerConfig& pConfig, function in class:mcld::X86_32GNULDBackend
333 X86_32GNULDBackend::~X86_32GNULDBackend() {
338 bool X86_32GNULDBackend::initRelocator() {
345 void X86_32GNULDBackend::initTargetSections(Module& pModule,
373 X86_32GOT& X86_32GNULDBackend::getGOT() {
378 const X86_32GOT& X86_32GNULDBackend::getGOT() const {
383 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() {
388 const X86_32GOTPLT& X86_32GNULDBackend
[all...]

Completed in 44 milliseconds