Home
last modified time | relevance | path

Searched refs:getOther (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp177 unsigned Other = S->getOther(); in emitLocalEntry()
214 unsigned Other = D->getOther(); in copyLocalEntry()
216 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
DPPCAsmBackend.cpp158 unsigned Other = S->getOther() << 2; in shouldForceRelocation()
DPPCELFObjectWriter.cpp439 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; in needsRelocateWithSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolELF.h30 unsigned getOther() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp166 unsigned MCSymbolELF::getOther() const { in getOther() function in llvm::MCSymbolELF
DELFObjectWriter.cpp551 uint8_t Other = Symbol.getOther() | Visibility; in writeSymbol()
1279 Alias->setOther(Symbol.getOther()); in executePostLayoutBinding()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpluralmap.h164 const T &getOther() const { in getOther() function
/third_party/node/deps/icu-small/source/common/
Dpluralmap.h164 const T &getOther() const { in getOther() function
/third_party/icu/icu4c/source/common/
Dpluralmap.h164 const T &getOther() const { in getOther() function
/third_party/skia/third_party/externals/icu/source/common/
Dpluralmap.h164 const T &getOther() const { in getOther() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
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()
DMipsAsmBackend.cpp578 if (ElfSym->getOther() & ELF::STO_MIPS_MICROMIPS) in isMicroMips()
DMipsTargetStreamer.cpp939 if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS)) in emitAssignment()
/third_party/icu/icu4c/source/test/intltest/
Dpluralmaptest.cpp108 assertEquals("", "pickles", map.getOther()); in TestGet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp628 KernelDescriptorSymbol->setOther(KernelCodeSymbol->getOther()); in EmitAmdhsaKernelDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h154 uint8_t getOther() const { in getOther() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1468 uint8_t SymOther = Symbol->getOther(); in processRelocationRef()