OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackProtectReq
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
91
Attribute::
StackProtectReq
)) {
93
Caller->addFnAttr(Attribute::
StackProtectReq
);
97
Attribute::
StackProtectReq
)) {
103
Attribute::
StackProtectReq
) &&
/external/llvm/include/llvm/IR/
Attributes.h
101
StackProtectReq
, ///< Stack protection required.
/external/llvm/lib/CodeGen/
StackProtector.cpp
221
Attribute::
StackProtectReq
))
/external/llvm/lib/IR/
Attributes.cpp
213
if (hasAttribute(Attribute::
StackProtectReq
))
363
case Attribute::
StackProtectReq
: return 1 << 15;
[
all
...]
Verifier.cpp
737
I->getKindAsEnum() == Attribute::
StackProtectReq
||
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
222
case Attribute::
StackProtectReq
:
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
502
HANDLE_ATTR(
StackProtectReq
);
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
643
B.addAttribute(llvm::Attribute::
StackProtectReq
);
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
598
*Kind = Attribute::
StackProtectReq
;
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
930
case lltok::kw_sspreq: B.addAttribute(Attribute::
StackProtectReq
); break
[
all
...]
Completed in 576 milliseconds