OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getByRefType
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
AttributeImpl.h
260
Type *
getByRefType
() const;
Attributes.cpp
830
Type *AttributeSet::
getByRefType
() const {
831
return SetNode ? SetNode->
getByRefType
() : nullptr;
959
Attr = Attribute::getWithByRefType(C, B.
getByRefType
());
1061
Type *AttributeSetNode::
getByRefType
() const {
1628
return getAttributes(Index + FirstArgIndex).
getByRefType
();
Function.cpp
161
if (Type *ByRefTy = ParamAttrs.
getByRefType
())
Verifier.cpp
1857
Assert(Attrs.
getByRefType
() == PTy->getElementType(),
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h
334
Type *
getByRefType
() const;
907
Type *
getByRefType
() const { return ByRefType; }
Completed in 27 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026