/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 257 return hasFnAttr(Attribute::UWTable); 261 addFnAttr(Attribute::UWTable); 263 removeFnAttr(Attribute::UWTable);
|
D | Attributes.h | 69 const Attributes UWTable = 1<<30; ///< Function must be in a unwind variable 95 UWTable | NonLazyBind | ReturnsTwice;
|
/external/llvm/lib/Transforms/IPO/ |
D | ForceFunctionAttrs.cpp | 60 .Case("uwtable", Attribute::UWTable) in parseAttrKind()
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
D | Function.h | 404 return hasFnAttribute(Attribute::UWTable); in hasUWTable() 407 addFnAttr(Attribute::UWTable); in setHasUWTable()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 381 return hasFnAttribute(Attribute::UWTable); 384 addFnAttr(Attribute::UWTable);
|
D | Attributes.td | 168 def UWTable : EnumAttr<"uwtable">;
|
/external/llvm/unittests/IR/ |
D | VerifierTest.cpp | 56 Attribute::UWTable)); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 39 if (Attrs & Attribute::UWTable) in getAsString()
|
/external/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 497 if (MF.getFunction()->hasFnAttribute(Attribute::UWTable)) in isNoReturnDef()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 98 | UWTable Constructor 680 | Attribute.UWTable -> Int32.shift_left 1l 30 720 checkattr Attribute.UWTable;
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 110 | UWTable Constructor 795 | Attribute.UWTable -> Int32.shift_left 1l 30 835 checkattr Attribute.UWTable;
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 317 if (hasAttribute(Attribute::UWTable)) in getAsString() 498 case Attribute::UWTable: return 1 << 30; in getAttrMask()
|
D | Verifier.cpp | 1287 I->getKindAsEnum() == Attribute::UWTable || in verifyAttributeTypes()
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | vmcore.ml | 862 ignore (add_function_attr fn Attribute.UWTable); 865 insist ([Attribute.UWTable] = function_attr fn);
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 963 ignore (add_function_attr fn Attribute.UWTable); 967 insist ([Attribute.UWTable] = function_attr fn);
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 474 HANDLE_ATTR(UWTable); in printAttributes()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 913 case lltok::kw_uwtable: Attrs |= Attribute::UWTable; break; in ParseOptionalAttrs()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 668 case Attribute::UWTable: in getAttrKindEncoding()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 854 B.addAttribute(llvm::Attribute::UWTable); in SetLLVMFunctionAttributesForDefinition()
|
D | CGExpr.cpp | 2482 B.addAttribute(llvm::Attribute::UWTable); in emitCheckHandlerCall()
|