Home
last modified time | relevance | path

Searched refs:AttributeLists (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h115 std::vector<AttributeList> AttributeLists; variable
219 return AttributeLists; in getAttributeLists()
H A DDXILValueEnumerator.cpp1004 AttributeLists.push_back(PAL); in EnumerateAttributes()
1005 Entry = AttributeLists.size(); in EnumerateAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h114 std::vector<AttributeList> AttributeLists; variable
218 const std::vector<AttributeList> &getAttributeLists() const { return AttributeLists; } in getAttributeLists()
H A DValueEnumerator.cpp1038 AttributeLists.push_back(PAL); in EnumerateAttributes()
1039 Entry = AttributeLists.size(); in EnumerateAttributes()