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

/external/llvm/include/llvm/Object/
H A DELF.h324 uint32_t getRInfo(bool isMips64EL) const {
325 assert(!isMips64EL);
339 uint64_t getRInfo(bool isMips64EL) const {
341 if (!isMips64EL)
362 uint32_t getRInfo(bool isMips64EL) const {
363 assert(!isMips64EL);
378 uint64_t getRInfo(bool isMips64EL) const {
383 if (!isMips64EL)
404 uint32_t getSymbol(bool isMips64EL) const {
405 return (uint32_t) (this->getRInfo(isMips64EL) >> 3
727 bool isMips64EL() const { function in class:llvm::object::ELFObjectFile
[all...]

Completed in 66 milliseconds