Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DModule.h906 void setStackProtectorGuard(StringRef Kind);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DModule.cpp702 void Module::setStackProtectorGuard(StringRef Kind) { in setStackProtectorGuard() function in Module
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.cpp934 getModule().setStackProtectorGuard(getCodeGenOpts().StackProtectorGuard); in Release()