OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
20
uint8_t
GNUInfo
::OSABI() const
/frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h
1
//===-
GNUInfo
.h ----------------------------------------------------------===//
19
/** \class
GNUInfo
20
* \brief
GNUInfo
records ELF-dependent and target-dependnet data fields
22
class
GNUInfo
25
GNUInfo
(const llvm::Triple& pTriple);
27
virtual ~
GNUInfo
() { }
Completed in 373 milliseconds