OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CallerAttrs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
3428
AttributeList
CallerAttrs
= F->getAttributes();
3431
AttrBuilder CallerABIAttrs = getParameterABIAttributes(I,
CallerAttrs
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp
502
AttributeList
CallerAttrs
= F.getAttributes();
503
if (AttrBuilder(
CallerAttrs
, AttributeList::ReturnIndex)
510
if (
CallerAttrs
.hasAttribute(AttributeList::ReturnIndex, Attribute::ZExt) ||
511
CallerAttrs
.hasAttribute(AttributeList::ReturnIndex, Attribute::SExt))
Completed in 78 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026