Searched refs:getOther (Results 1 – 13 of 13) sorted by relevance
31 unsigned getOther() const;
314 unsigned Other = S->getOther(); in emitLocalEntry()356 unsigned Other = D->getOther(); in copyLocalEntry()358 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
182 unsigned Other = S->getOther() << 2; in shouldForceRelocation()
489 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; in createPPCELFObjectWriter()
168 unsigned MCSymbolELF::getOther() const { in getOther() function in llvm::MCSymbolELF
417 uint8_t Other = Symbol.getOther() | Visibility; in writeSymbol()1156 Alias->setOther(Symbol.getOther()); in executePostLayoutBinding()
548 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()559 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS) in needsRelocateWithSymbol()
594 if (ElfSym->getOther() & ELF::STO_MIPS_MICROMIPS) in isMicroMips()
972 if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS)) in emitAssignment()
945 KernelDescriptorSymbol->setOther(KernelCodeSymbol->getOther()); in EmitAmdhsaKernelDescriptor()
186 uint8_t getOther() const { in getOther() function
1584 uint8_t SymOther = Symbol->getOther(); in processRelocationRef()
3035 uint8_t Other = ELFSymbolRef(Symbol).getOther(); in printSymbol()