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

  /external/llvm/unittests/IR/
VerifierTest.cpp 71 Attribute::UWTable));
76 startswith("Attribute 'uwtable' only applies to functions!"));
  /external/llvm/include/llvm/IR/
Function.h 286 Attribute::UWTable);
289 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.
107 UWTable, ///< Function must be in a unwind table
  /external/llvm/lib/IR/
Attributes.cpp 223 if (hasAttribute(Attribute::UWTable))
224 return "uwtable";
372 case Attribute::UWTable: return 1 << 30;
    [all...]
Verifier.cpp 744 I->getKindAsEnum() == 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 868 ignore (add_function_attr fn Attribute.UWTable);
870 * #0 is uwtable, defined at EOF.
872 insist ([Attribute.UWTable] = function_attr fn);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 234 case Attribute::UWTable:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 510 HANDLE_ATTR(UWTable);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CodeGenModule.cpp 613 B.addAttribute(llvm::Attribute::UWTable);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 616 *Kind = Attribute::UWTable;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 927 milliseconds