Searched refs:getOther (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSymbolELF.h31 unsigned getOther() const;
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp174 unsigned Other = S->getOther();
193 unsigned Other = Symbol->getOther();
195 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK;
H A DPPCAsmBackend.cpp149 unsigned Other = S->getOther() << 2;
H A DPPCELFObjectWriter.cpp414 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2;
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCSymbolELF.cpp170 unsigned MCSymbolELF::getOther() const { function in class:llvm::MCSymbolELF
H A DELFObjectWriter.cpp471 uint8_t Other = Symbol.getOther() | Visibility;
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp414 if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS)
H A DMipsTargetStreamer.cpp567 if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS))
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h116 uint8_t getOther() const { function in class:llvm::object::ELFSymbolRef
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1460 uint8_t SymOther = Symbol->getOther();

Completed in 184 milliseconds