Home
last modified time | relevance | path

Searched refs:setUwtable (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h897 void setUwtable(UWTableKind Kind);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModule.cpp681 void Module::setUwtable(UWTableKind Kind) { in setUwtable() function in Module
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp902 getModule().setUwtable(llvm::UWTableKind(CodeGenOpts.UnwindTables)); in Release()