OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSlotAttributes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
AttributeImpl.h
237
AttributeSet
getSlotAttributes
(unsigned Slot) const {
Attributes.cpp
716
if (getSlotIndex(I) == Index) AS =
getSlotAttributes
(LastIndex++);
720
AttrSet.push_back(
getSlotAttributes
(I));
739
AttrSet.push_back(
getSlotAttributes
(I));
769
if (getSlotIndex(I) == Index) AS =
getSlotAttributes
(LastIndex++);
773
AttrSet.push_back(
getSlotAttributes
(I));
782
B.removeAttributes(Attrs.pImpl->
getSlotAttributes
(I), Index);
790
AttrSet.push_back(
getSlotAttributes
(I));
927
AttributeSet AttributeSet::
getSlotAttributes
(unsigned Slot) const {
930
return pImpl->
getSlotAttributes
(Slot);
[
all
...]
Completed in 132 milliseconds