Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp171 unsigned Other = S->getOther(); in emitLocalEntry()
191 unsigned Other = Symbol->getOther(); in emitAssignment()
193 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in emitAssignment()
DPPCAsmBackend.cpp152 unsigned Other = S->getOther() << 2; in shouldForceRelocation()
DPPCELFObjectWriter.cpp437 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; in needsRelocateWithSymbol()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp162 unsigned Other = S->getOther(); in emitLocalEntry()
181 unsigned Other = Symbol->getOther(); in emitAssignment()
183 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in emitAssignment()
DPPCAsmBackend.cpp149 unsigned Other = S->getOther() << 2; in processFixupValue()
DPPCELFObjectWriter.cpp414 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; in needsRelocateWithSymbol()
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSecurityOrBuilder.java30 io.grpc.channelz.v1.Security.OtherSecurity getOther(); in getOther() method
DSecurity.java2045 public io.grpc.channelz.v1.Security.OtherSecurity getOther() { in getOther() method in Security
2120 result = result && getOther() in equals()
2121 .equals(other.getOther()); in equals()
2144 hash = (53 * hash) + getOther().hashCode(); in hashCode()
2368 mergeOther(other.getOther()); in mergeFrom()
2564 public io.grpc.channelz.v1.Security.OtherSecurity getOther() { in getOther() method in Security.Builder
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbolELF.h31 unsigned getOther() const;
/external/llvm/include/llvm/MC/
DMCSymbolELF.h31 unsigned getOther() const;
/external/llvm/lib/MC/
DMCSymbolELF.cpp170 unsigned MCSymbolELF::getOther() const { in getOther() function in llvm::MCSymbolELF
DELFObjectWriter.cpp481 uint8_t Other = Symbol.getOther() | Visibility; in writeSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSymbolELF.cpp173 unsigned MCSymbolELF::getOther() const { in getOther() function in llvm::MCSymbolELF
DELFObjectWriter.cpp534 uint8_t Other = Symbol.getOther() | Visibility; in writeSymbol()
/external/icu/icu4c/source/common/
Dpluralmap.h164 const T &getOther() const { in getOther() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
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.cpp822 if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS)) in emitAssignment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp561 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
572 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
DMipsAsmBackend.cpp574 if (ElfSym->getOther() & ELF::STO_MIPS_MICROMIPS) in isMicroMips()
DMipsTargetStreamer.cpp936 if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS)) in emitAssignment()
/external/icu/icu4c/source/test/intltest/
Dpluralmaptest.cpp108 assertEquals("", "pickles", map.getOther()); in TestGet()
/external/llvm/include/llvm/Object/
DELFObjectFile.h124 uint8_t getOther() const { in getOther() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h143 uint8_t getOther() const { in getOther() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1506 uint8_t SymOther = Symbol->getOther(); in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1458 uint8_t SymOther = Symbol->getOther(); in processRelocationRef()