Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMGNUInfo.h17 class ARMGNUInfo : public GNUInfo {
19 explicit ARMGNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) {} in ARMGNUInfo() function
DARMLDBackend.cpp1033 new ARMGNUInfo(pConfig.targets().triple())); in createARMLDBackend()