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

/freebsd-10.3-release/contrib/llvm/include/llvm/Object/
H A DELFTypes.h297 uint32_t getRInfo(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Base
310 uint64_t getRInfo(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Base
333 uint32_t getRInfo(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Base
347 uint64_t getRInfo(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Base
374 return (uint32_t)(this->getRInfo(isMips64EL) >> 32);
377 return (uint32_t)(this->getRInfo(isMips64EL) & 0xffffffffL);
395 return this->getRInfo(isMips64EL) >> 8;
398 return (unsigned char)(this->getRInfo(isMips64EL) & 0x0ff);

Completed in 48 milliseconds