Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h218 const std::vector<AttributeList> &getAttributeLists() const { in getAttributeLists() function
H A DDXILBitcodeWriter.cpp944 const std::vector<AttributeList> &Attrs = VE.getAttributeLists(); in writeAttributeTable()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h218 const std::vector<AttributeList> &getAttributeLists() const { return AttributeLists; } in getAttributeLists() function
H A DBitcodeWriter.cpp846 const std::vector<AttributeList> &Attrs = VE.getAttributeLists(); in writeAttributeTable()