HomeSort by relevance Sort by last modified time
    Searched refs:UWTable (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/IR/
Function.h 271 Attribute::UWTable);
274 addFnAttr(Attribute::UWTable);
Attributes.h 49 /// Note: The `uwtable' attribute is about the ABI or the user mandating an
59 /// uwtable = Needs an entry because the ABI says so and because
61 /// uwtable + nounwind = Needs an entry because the ABI says so.
103 UWTable, ///< Function must be in a unwind table
  /external/llvm/lib/IR/
Attributes.cpp 214 if (hasAttribute(Attribute::UWTable))
215 return "uwtable";
387 case Attribute::UWTable: return 1 << 30;
    [all...]
Verifier.cpp 650 !Attrs.hasAttribute(Idx, Attribute::UWTable) &&
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 99 | UWTable
681 | Attribute.UWTable -> Int32.shift_left 1l 30
721 checkattr Attribute.UWTable;
    [all...]
llvm.mli 144 | UWTable
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 862 ignore (add_function_attr fn Attribute.UWTable);
864 * RUN: grep "attributes #0 = .*uwtable.*" < %t.ll
866 insist ([Attribute.UWTable] = function_attr fn);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 510 HANDLE_ATTR(UWTable);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 237 milliseconds