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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GNUInfo.h 1 //===- AArch64GNUInfo.h ---------------------------------------------------===//
17 class AArch64GNUInfo : public GNUInfo {
19 explicit AArch64GNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) {}
AArch64LDBackend.cpp 14 #include "AArch64GNUInfo.h"
612 pConfig, new AArch64GNUInfo(pConfig.targets().triple()));

Completed in 285 milliseconds