HomeSort by relevance Sort by last modified time
    Searched refs:MipsABIFlagsSection (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.cpp 1 //===-- MipsABIFlagsSection.cpp - Mips ELF ABI Flags Section ---*- C++ -*--===//
10 #include "MipsABIFlagsSection.h"
14 uint8_t MipsABIFlagsSection::getFpABIValue() {
31 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) {
45 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) {
MipsABIFlagsSection.h 1 //===-- MipsABIFlagsSection.h - Mips ELF ABI Flags Section -----*- C++ -*--===//
19 struct MipsABIFlagsSection {
109 MipsABIFlagsSection()
234 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection);
Android.mk 10 MipsABIFlagsSection.cpp \
MipsTargetStreamer.cpp 220 MipsABIFlagsSection::FpABIKind Value, bool Is32BitABI) {
229 MipsABIFlagsSection::FpABIKind Value) {
  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 15 #include "MCTargetDesc/MipsABIFlagsSection.h"
19 struct MipsABIFlagsSection;
60 virtual void emitDirectiveModuleFP(MipsABIFlagsSection::FpABIKind Value,
73 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value){};
85 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; }
88 MipsABIFlagsSection ABIFlagsSection;
135 void emitDirectiveModuleFP(MipsABIFlagsSection::FpABIKind Value,
138 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 168 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,
    [all...]

Completed in 125 milliseconds