OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsGNUInfo
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.cpp
1
//===-
MipsGNUInfo
.cpp ----------------------------------------------------===//
9
#include "
MipsGNUInfo
.h"
14
//
MipsGNUInfo
16
MipsGNUInfo
::
MipsGNUInfo
(const llvm::Triple& pTriple)
20
void
MipsGNUInfo
::setABIVersion(uint8_t ver) {
24
void
MipsGNUInfo
::setElfFlags(uint64_t flags) {
28
uint32_t
MipsGNUInfo
::machine() const {
32
uint8_t
MipsGNUInfo
::ABIVersion() const {
36
uint64_t
MipsGNUInfo
::defaultTextSegmentAddr() const
[
all
...]
MipsGNUInfo.h
1
//===-
MipsGNUInfo
.h ------------------------------------------------------===//
16
class
MipsGNUInfo
: public GNUInfo {
18
explicit
MipsGNUInfo
(const llvm::Triple& pTriple);
MipsLDBackend.h
23
class
MipsGNUInfo
;
35
MipsGNULDBackend(const LinkerConfig& pConfig,
MipsGNUInfo
* pInfo);
242
MipsGNUInfo
& m_pInfo;
271
Mips32GNULDBackend(const LinkerConfig& pConfig,
MipsGNUInfo
* pInfo);
287
Mips64GNULDBackend(const LinkerConfig& pConfig,
MipsGNUInfo
* pInfo);
MipsLDBackend.cpp
10
#include "
MipsGNUInfo
.h"
50
MipsGNUInfo
* pInfo)
[
all
...]
Completed in 655 milliseconds