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

  /frameworks/compile/mclinker/lib/Target/
GNUInfo.cpp 1 //===- GNUInfo.cpp --------------------------------------------------------===//
9 #include "mcld/Target/GNUInfo.h"
14 // GNUInfo
16 GNUInfo::GNUInfo(const llvm::Triple& pTriple) : m_Triple(pTriple) {
19 uint8_t GNUInfo::OSABI() const {
  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 1 //===- GNUInfo.h ----------------------------------------------------------===//
16 /** \class GNUInfo
17 * \brief GNUInfo records ELF-dependent and target-dependnet data fields
19 class GNUInfo {
21 explicit GNUInfo(const llvm::Triple& pTriple);
23 virtual ~GNUInfo() {}

Completed in 45 milliseconds