Searched refs:AttributeGroups (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h61 std::vector<llvm::AttributeSet> AttributeGroups; member in class:llvm_2_9::ValueEnumerator
143 return AttributeGroups;
H A DValueEnumerator.cpp449 AttributeGroups.push_back(AS);
450 Entry = AttributeGroups.size();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h61 std::vector<llvm::AttributeSet> AttributeGroups; member in class:llvm_2_9_func::ValueEnumerator
143 return AttributeGroups;
H A DValueEnumerator.cpp449 AttributeGroups.push_back(AS);
450 Entry = AttributeGroups.size();
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h61 std::vector<llvm::AttributeSet> AttributeGroups; member in class:llvm_3_2::ValueEnumerator
143 return AttributeGroups;
H A DValueEnumerator.cpp449 AttributeGroups.push_back(AS);
450 Entry = AttributeGroups.size();

Completed in 237 milliseconds