OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GNUInfo
(Results
1 - 18
of
18
) 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 {
GNULDBackend.cpp
43
#include "mcld/Target/
GNUInfo
.h"
79
GNULDBackend::GNULDBackend(const LinkerConfig& pConfig,
GNUInfo
* pInfo)
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h
11
#include "mcld/Target/
GNUInfo
.h"
17
class X86_32GNUInfo : public
GNUInfo
{
19
explicit X86_32GNUInfo(const llvm::Triple& pTriple) :
GNUInfo
(pTriple) {}
30
class X86_64GNUInfo : public
GNUInfo
{
32
explicit X86_64GNUInfo(const llvm::Triple& pTriple) :
GNUInfo
(pTriple) {}
X86LDBackend.h
24
class
GNUInfo
;
32
GNUInfo
* pInfo,
160
X86_32GNULDBackend(const LinkerConfig& pConfig,
GNUInfo
* pInfo);
202
X86_64GNULDBackend(const LinkerConfig& pConfig,
GNUInfo
* pInfo);
X86LDBackend.cpp
37
GNUInfo
* pInfo,
327
GNUInfo
* pInfo)
512
GNUInfo
* pInfo)
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GNUInfo.h
11
#include "mcld/Target/
GNUInfo
.h"
17
class AArch64GNUInfo : public
GNUInfo
{
19
explicit AArch64GNUInfo(const llvm::Triple& pTriple) :
GNUInfo
(pTriple) {}
AArch64LDBackend.h
22
class
GNUInfo
;
36
AArch64GNULDBackend(const LinkerConfig& pConfig,
GNUInfo
* pInfo);
AArch64LDBackend.cpp
38
#include "mcld/Target/
GNUInfo
.h"
54
GNUInfo
* pInfo)
/frameworks/compile/mclinker/lib/Target/ARM/
ARMGNUInfo.h
11
#include "mcld/Target/
GNUInfo
.h"
17
class ARMGNUInfo : public
GNUInfo
{
19
explicit ARMGNUInfo(const llvm::Triple& pTriple) :
GNUInfo
(pTriple) {}
ARMLDBackend.h
25
class
GNUInfo
;
42
ARMGNULDBackend(const LinkerConfig& pConfig,
GNUInfo
* pInfo);
ARMLDBackend.cpp
41
#include "mcld/Target/
GNUInfo
.h"
122
ARMGNULDBackend::ARMGNULDBackend(const LinkerConfig& pConfig,
GNUInfo
* pInfo)
[
all
...]
/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
() {}
GNULDBackend.h
35
class
GNUInfo
;
50
GNULDBackend(const LinkerConfig& pConfig,
GNUInfo
* pInfo);
99
const
GNUInfo
& getInfo() const { return *m_pInfo; }
100
GNUInfo
& getInfo() { return *m_pInfo; }
521
//
GNUInfo
522
GNUInfo
* m_pInfo;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.cpp
20
:
GNUInfo
(pTargetOptions.triple()), m_Options(pTargetOptions) {
HexagonGNUInfo.h
11
#include "mcld/Target/
GNUInfo
.h"
18
class HexagonGNUInfo : public
GNUInfo
{
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h
11
#include "mcld/Target/
GNUInfo
.h"
16
class MipsGNUInfo : public
GNUInfo
{
23
//
GNUInfo
MipsGNUInfo.cpp
17
:
GNUInfo
(pTriple), m_ABIVersion(0), m_ElfFlags(0) {
/frameworks/compile/mclinker/unittests/
ELFReaderTest.h
46
mcld::
GNUInfo
* m_pInfo;
Completed in 2381 milliseconds