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

  /external/llvm/include/llvm/IR/
Attributes.h 81 Nest, ///< Nested function static chain
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 38 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain
81 bool isNest() const { return Flags & Nest; }
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 87 | Nest
737 | Attribute.Nest -> Int32.shift_left 1l 8
773 checkattr Attribute.Nest;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 178 milliseconds