Searched defs:GNUInfo (Results 1 - 2 of 2) sorted by relevance

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

Completed in 1695 milliseconds