Searched refs:UWTable (Results 1 - 16 of 16) sorted by relevance

/external/llvm/unittests/IR/
H A DVerifierTest.cpp54 Attribute::UWTable));
/external/llvm/include/llvm/IR/
H A DFunction.h286 Attribute::UWTable);
289 addFnAttr(Attribute::UWTable);
H A DAttributes.h112 UWTable, ///< Function must be in a unwind table enumerator in enum:llvm::Attribute::AttrKind
/external/llvm/lib/CodeGen/
H A DVirtRegMap.cpp285 bool HasUWTable = MF->getFunction()->hasFnAttribute(Attribute::UWTable);
/external/llvm/lib/IR/
H A DAttributes.cpp232 if (hasAttribute(Attribute::UWTable))
385 case Attribute::UWTable: return 1 << 30;
H A DVerifier.cpp765 I->getKindAsEnum() == Attribute::UWTable ||
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml103 | UWTable Constructor in type:Attribute/t
753 | Attribute.UWTable -> Int32.shift_left 1l 30
793 checkattr Attribute.UWTable;
H A Dllvm.mli152 | UWTable
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml900 ignore (add_function_attr fn Attribute.UWTable);
904 insist ([Attribute.UWTable] = function_attr fn);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp240 case Attribute::UWTable:
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp519 HANDLE_ATTR(UWTable);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2235 B.addAttribute(llvm::Attribute::UWTable);
H A DCodeGenModule.cpp686 B.addAttribute(llvm::Attribute::UWTable);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp628 return Attribute::UWTable;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2891 if (II->hasFnAttr(Attribute::UWTable)) {
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1044 case lltok::kw_uwtable: B.addAttribute(Attribute::UWTable); break;

Completed in 1609 milliseconds