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

  /external/llvm/unittests/IR/
VerifierTest.cpp 54 Attribute::UWTable));
60 "Attribute 'uwtable' only applies to functions!"));
  /external/llvm/include/llvm/IR/
Function.h 286 Attribute::UWTable);
289 addFnAttr(Attribute::UWTable);
Attributes.h 50 /// Note: The `uwtable' attribute is about the ABI or the user mandating an
60 /// uwtable = Needs an entry because the ABI says so and because
62 /// uwtable + nounwind = Needs an entry because the ABI says so.
112 UWTable, ///< Function must be in a unwind table
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 282 // The function with uwtable should guarantee that the stack unwinder
284 // noreturn optimization if the caller function has uwtable attribute.
285 bool HasUWTable = MF->getFunction()->hasFnAttribute(Attribute::UWTable);
298 // functionality (i.e. this function does not have uwtable attribute and
  /external/llvm/lib/IR/
Attributes.cpp 232 if (hasAttribute(Attribute::UWTable))
233 return "uwtable";
385 case Attribute::UWTable: return 1 << 30;
    [all...]
Verifier.cpp 765 I->getKindAsEnum() == Attribute::UWTable ||
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 103 | UWTable
753 | Attribute.UWTable -> Int32.shift_left 1l 30
793 checkattr Attribute.UWTable;
    [all...]
llvm.mli 152 | UWTable
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 900 ignore (add_function_attr fn Attribute.UWTable);
902 * #0 is uwtable, defined at EOF.
904 insist ([Attribute.UWTable] = function_attr fn);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 240 case Attribute::UWTable:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 519 HANDLE_ATTR(UWTable);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CodeGenModule.cpp 686 B.addAttribute(llvm::Attribute::UWTable);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 628 return Attribute::UWTable;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 371 milliseconds