OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getByRefType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h
334
Type *
getByRefType
() const;
907
Type *
getByRefType
() const { return ByRefType; }
/src/external/apache2/llvm/dist/llvm/lib/IR/
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
();
Completed in 20 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026