HomeSort by relevance Sort by last modified time
    Searched refs:initTargetSections (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 55 virtual void initTargetSections(MCLinker& pLinker) { }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 42 /// initTargetSections - initialize target dependent sections in output
43 void initTargetSections(MCLinker& pLinker);
MipsLDBackend.cpp 69 void MipsGNULDBackend::initTargetSections(MCLinker& pLinker)
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 161 void initTargetSections(MCLinker& pLinker);
X86LDBackend.cpp 698 void X86GNULDBackend::initTargetSections(MCLinker& pLinker)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 85 /// initTargetSections - initialize target dependent sections in output.
86 void initTargetSections(MCLinker& pLinker);
ARMLDBackend.cpp 90 void ARMGNULDBackend::initTargetSections(MCLinker& pLinker)
    [all...]
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 116 m_LDBackend.initTargetSections(*m_pLinker);

Completed in 74 milliseconds