Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h218 const std::vector<AttributeList> &getAttributeLists() const { return AttributeLists; } in getAttributeLists() function
H A DBitcodeWriter.cpp826 const std::vector<AttributeList> &Attrs = VE.getAttributeLists(); in writeAttributeTable()