OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumAttributes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
Attributes.cpp
575
for (unsigned I = 0, E =
getNumAttributes
(); I != E; ++I) {
738
AttrNodeVec.append(A0->getNode(0), A0->getNode(A0->
getNumAttributes
()));
749
*AE = AS->getNode(AS->
getNumAttributes
());
784
unsigned I = 0, E = pImpl ? pImpl->
getNumAttributes
() : 0;
827
uint64_t NumAttrs = pImpl->
getNumAttributes
();
843
for (unsigned I = 0, E = Attrs.pImpl->
getNumAttributes
(); I != E; ++I)
878
uint64_t NumAttrs = pImpl->
getNumAttributes
();
894
for (unsigned I = 0, E = Attrs.pImpl->
getNumAttributes
(); I != E; ++I)
919
uint64_t NumAttrs = pImpl->
getNumAttributes
();
[
all
...]
AttributeImpl.h
238
unsigned
getNumAttributes
() const { return NumAttrs; }
266
Profile(ID, makeArrayRef(getNode(0),
getNumAttributes
()));
Completed in 149 milliseconds