OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoRedZone
(Results
1 - 15
of
15
) sorted by null
/external/llvm/include/llvm/Transforms/
Instrumentation.h
56
// Add the '
noredzone
' attribute to added runtime library calls.
57
bool
NoRedZone
;
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
56
Options.
NoRedZone
= false;
675
if (Options.
NoRedZone
)
676
F->addFnAttr(Attribute::
NoRedZone
);
835
if (Options.
NoRedZone
)
836
WriteoutF->addFnAttr(Attribute::
NoRedZone
);
891
if (Options.
NoRedZone
)
892
Fn->addFnAttr(Attribute::
NoRedZone
);
[
all
...]
/external/llvm/include/llvm/IR/
Attributes.h
91
NoRedZone
, ///< Disable redzone
/external/clang/lib/CodeGen/
CodeGenPGO.cpp
74
RegisterF->addFnAttr(llvm::Attribute::
NoRedZone
);
194
F->addFnAttr(llvm::Attribute::
NoRedZone
);
800
User->addFnAttr(llvm::Attribute::
NoRedZone
);
[
all
...]
BackendUtil.cpp
338
Options.
NoRedZone
= CodeGenOpts.DisableRedZone;
CGCall.cpp
[
all
...]
/external/llvm/lib/IR/
Attributes.cpp
200
if (hasAttribute(Attribute::
NoRedZone
))
201
return "
noredzone
";
379
case Attribute::
NoRedZone
: return 1 << 22;
[
all
...]
Verifier.cpp
760
I->getKindAsEnum() == Attribute::
NoRedZone
||
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp
68
AttributeSet::FunctionIndex, Attribute::
NoRedZone
))
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
383
hasAttribute(AttributeSet::FunctionIndex, Attribute::
NoRedZone
);
[
all
...]
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
491
Attribute::
NoRedZone
) &&
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
204
case Attribute::
NoRedZone
:
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
514
HANDLE_ATTR(
NoRedZone
);
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
592
return Attribute::
NoRedZone
;
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
Completed in 910 milliseconds