Home
last modified time | relevance | path

Searched refs:STO_MIPS_MICROMIPS (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmips-symbols-stother.test9 # MIPS-LLVM-NEXT: STO_MIPS_MICROMIPS (0x80)
34 Other: [ STO_MIPS_MICROMIPS, STO_MIPS_PIC,
37 ## with STO_MIPS_PIC (0x20) and STO_MIPS_MICROMIPS (0x80).
/external/llvm-project/llvm/test/MC/Mips/
Dmicromips-label-test-sections.s18 # CHECK: STO_MIPS_MICROMIPS
34 # CHECK: STO_MIPS_MICROMIPS
Dmicromips-label-test.s40 # CHECK: STO_MIPS_MICROMIPS
56 # CHECK: STO_MIPS_MICROMIPS
/external/llvm/test/MC/Mips/
Dmicromips-label-test-sections.s18 # CHECK: STO_MIPS_MICROMIPS
34 # CHECK: STO_MIPS_MICROMIPS
Dmicromips-label-test.s30 # CHECK: STO_MIPS_MICROMIPS
46 # CHECK: STO_MIPS_MICROMIPS
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp47 Label->setOther(ELF::STO_MIPS_MICROMIPS); in createPendingLabelRelocs()
DMipsELFObjectWriter.cpp517 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
524 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
DMipsTargetStreamer.cpp740 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitLabel()
822 if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS)) in emitAssignment()
825 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitAssignment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp81 Label->setOther(ELF::STO_MIPS_MICROMIPS); in createPendingLabelRelocs()
DMipsELFObjectWriter.cpp571 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
582 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
DMipsTargetStreamer.cpp854 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitLabel()
939 if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS)) in emitAssignment()
942 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitAssignment()
DMipsAsmBackend.cpp578 if (ElfSym->getOther() & ELF::STO_MIPS_MICROMIPS) in isMicroMips()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp81 Label->setOther(ELF::STO_MIPS_MICROMIPS); in createPendingLabelRelocs()
DMipsELFObjectWriter.cpp546 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
557 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
DMipsTargetStreamer.cpp873 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitLabel()
958 if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS)) in emitAssignment()
961 Symbol->setOther(ELF::STO_MIPS_MICROMIPS); in emitAssignment()
DMipsAsmBackend.cpp578 if (ElfSym->getOther() & ELF::STO_MIPS_MICROMIPS) in isMicroMips()
/external/llvm-project/lld/ELF/
DThunks.cpp772 d->stOther |= STO_MIPS_MICROMIPS; in addSymbols()
796 d->stOther |= STO_MIPS_MICROMIPS; in addSymbols()
1119 if ((s.stOther & STO_MIPS_MICROMIPS) && isMipsR6()) in addThunkMips()
1121 if (s.stOther & STO_MIPS_MICROMIPS) in addThunkMips()
DSymbols.cpp121 ((sym.stOther & STO_MIPS_MICROMIPS) || sym.needsPltAddr)) in getSymVA()
DSyntheticSections.cpp2233 ((sym->stOther & STO_MIPS_MICROMIPS) || sym->needsPltAddr)) { in writeTo()
2236 eSym->st_other |= STO_MIPS_MICROMIPS; in writeTo()
/external/llvm/include/llvm/Support/
DELF.h539 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h530 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h553 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h563 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp487 BCase(STO_MIPS_MICROMIPS) in bitset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp965 Map["STO_MIPS_MICROMIPS"] = ELF::STO_MIPS_MICROMIPS; in getFlags()

12