OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPreallocatedType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h
335
Type *
getPreallocatedType
() const;
910
Type *
getPreallocatedType
() const { return PreallocatedType; }
/src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp
842
Type *AttributeSet::
getPreallocatedType
() const {
843
return SetNode ? SetNode->
getPreallocatedType
() : nullptr;
962
Attr = Attribute::getWithPreallocatedType(C, B.
getPreallocatedType
());
1067
Type *AttributeSetNode::
getPreallocatedType
() const {
1632
return getAttributes(Index + FirstArgIndex).
getPreallocatedType
();
Completed in 27 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026