OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getByValType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h
332
Type *
getByValType
() const;
901
Type *
getByValType
() const { return ByValType; }
/src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp
834
Type *AttributeSet::
getByValType
() const {
835
return SetNode ? SetNode->
getByValType
() : nullptr;
953
Attr = Attribute::getWithByValType(C, B.
getByValType
());
1049
Type *AttributeSetNode::
getByValType
() const {
1620
return getAttributes(Index+FirstArgIndex).
getByValType
();
Completed in 46 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026