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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGNUInfo.h 1 //===- ARMGNUInfo.h -------------------------------------------------------===//
17 class ARMGNUInfo : public GNUInfo
20 ARMGNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) { }
ARMLDBackend.cpp 10 #include "ARMGNUInfo.h"
804 return new ARMGNULDBackend(pConfig, new ARMGNUInfo(pConfig.targets().triple()));

Completed in 74 milliseconds