/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | mips-symbols-stother.test | 9 # 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/ |
D | micromips-label-test-sections.s | 18 # CHECK: STO_MIPS_MICROMIPS 34 # CHECK: STO_MIPS_MICROMIPS
|
D | micromips-label-test.s | 40 # CHECK: STO_MIPS_MICROMIPS 56 # CHECK: STO_MIPS_MICROMIPS
|
/external/llvm/test/MC/Mips/ |
D | micromips-label-test-sections.s | 18 # CHECK: STO_MIPS_MICROMIPS 34 # CHECK: STO_MIPS_MICROMIPS
|
D | micromips-label-test.s | 30 # CHECK: STO_MIPS_MICROMIPS 46 # CHECK: STO_MIPS_MICROMIPS
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 47 Label->setOther(ELF::STO_MIPS_MICROMIPS); in createPendingLabelRelocs()
|
D | MipsELFObjectWriter.cpp | 517 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol() 524 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
|
D | MipsTargetStreamer.cpp | 740 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/ |
D | MipsELFStreamer.cpp | 81 Label->setOther(ELF::STO_MIPS_MICROMIPS); in createPendingLabelRelocs()
|
D | MipsELFObjectWriter.cpp | 571 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol() 582 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
|
D | MipsTargetStreamer.cpp | 854 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()
|
D | MipsAsmBackend.cpp | 578 if (ElfSym->getOther() & ELF::STO_MIPS_MICROMIPS) in isMicroMips()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 81 Label->setOther(ELF::STO_MIPS_MICROMIPS); in createPendingLabelRelocs()
|
D | MipsELFObjectWriter.cpp | 546 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol() 557 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
|
D | MipsTargetStreamer.cpp | 873 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()
|
D | MipsAsmBackend.cpp | 578 if (ElfSym->getOther() & ELF::STO_MIPS_MICROMIPS) in isMicroMips()
|
/external/llvm-project/lld/ELF/ |
D | Thunks.cpp | 772 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()
|
D | Symbols.cpp | 121 ((sym.stOther & STO_MIPS_MICROMIPS) || sym.needsPltAddr)) in getSymVA()
|
D | SyntheticSections.cpp | 2233 ((sym->stOther & STO_MIPS_MICROMIPS) || sym->needsPltAddr)) { in writeTo() 2236 eSym->st_other |= STO_MIPS_MICROMIPS; in writeTo()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 539 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 530 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 553 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 563 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips enumerator
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 487 BCase(STO_MIPS_MICROMIPS) in bitset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 965 Map["STO_MIPS_MICROMIPS"] = ELF::STO_MIPS_MICROMIPS; in getFlags()
|