Home | History | Annotate | Download | only in Mips

Lines Matching refs:MipsGNUInfo

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 {
43 uint64_t MipsGNUInfo::flags() const {
47 const char* MipsGNUInfo::entry() const {
51 const char* MipsGNUInfo::dyld() const {
55 uint64_t MipsGNUInfo::abiPageSize() const {