Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h220 const std::vector<AttributeList> &getAttributeLists() const { return AttributeLists; } in getAttributeLists() function
DBitcodeWriter.cpp756 const std::vector<AttributeList> &Attrs = VE.getAttributeLists(); in writeAttributeTable()