Searched refs:ARMGNUInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGNUInfo.h1 //===- ARMGNUInfo.h -------------------------------------------------------===//
17 class ARMGNUInfo : public GNUInfo class in namespace:mcld
20 ARMGNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) { } function in class:mcld::ARMGNUInfo
H A DARMLDBackend.cpp10 #include "ARMGNUInfo.h"
804 return new ARMGNULDBackend(pConfig, new ARMGNUInfo(pConfig.targets().triple()));

Completed in 954 milliseconds