HomeSort by relevance Sort by last modified time
    Searched defs:isN64 (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
64 bool IsN64=false);
96 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }

Completed in 5673 milliseconds