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) function in class:GNUInfo
20 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
22 GNUInfo(const llvm::Triple& pTriple);
24 virtual ~GNUInfo() { }

Completed in 82 milliseconds