HomeSort by relevance Sort by last modified time
    Searched defs:MipsGNUInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 1 //===- MipsGNUInfo.h ------------------------------------------------------===//
16 class MipsGNUInfo : public GNUInfo {
18 explicit MipsGNUInfo(const llvm::Triple& pTriple);
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...]

Completed in 448 milliseconds