HomeSort by relevance Sort by last modified time
    Searched defs:isIndirect (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/llvm/include/llvm/MC/
MachineLocation.h 52 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MachineLocation.h 48 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MachineLocation.h 48 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MachineLocation.h 48 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MachineLocation.h 46 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MachineLocation.h 46 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MachineLocation.h 46 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MachineLocation.h 46 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MachineLocation.h 48 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MachineLocation.h 48 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MachineLocation.h 48 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MachineLocation.h 46 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MachineLocation.h 46 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MachineLocation.h 46 bool isIndirect() const { return !IsRegister; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MachineLocation.h 46 bool isIndirect() const { return !IsRegister; }
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509CRLHolder.java 37 private boolean isIndirect;
108 this.isIndirect = isIndirectCRL(extensions);
143 return new X509CRLEntryHolder(entry, isIndirect, currentCA);
146 if (isIndirect && entry.hasExtensions())
175 X509CRLEntryHolder crlEntry = new X509CRLEntryHolder(entry, isIndirect, currentCA);
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 52 bool IsIndirect;
60 IsIndirect(indir) {
70 IsIndirect(false) {
79 IsIndirect(false) {
106 bool isIndirect() const { return IsIndirect; }
  /external/llvm/include/llvm/IR/
InlineAsm.h 141 /// isIndirect - True if this operand is an indirect operand. This means
145 bool isIndirect;
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 133 /// isIndirect - True if this operand is an indirect operand. This means
137 bool isIndirect;
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 150 bool ResolveInfo::isIndirect() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 142 /// isIndirect - True if this operand is an indirect operand. This means
146 bool isIndirect = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InlineAsm.h 141 /// isIndirect - True if this operand is an indirect operand. This means
145 bool isIndirect = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InlineAsm.h 141 /// isIndirect - True if this operand is an indirect operand. This means
145 bool isIndirect = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InlineAsm.h 141 /// isIndirect - True if this operand is an indirect operand. This means
145 bool isIndirect = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InlineAsm.h 141 /// isIndirect - True if this operand is an indirect operand. This means
145 bool isIndirect = false;

Completed in 941 milliseconds

1 2 3 4