Home
last modified time | relevance | path

Searched refs:getAttributesAsList (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h230 AttributeList getAttributesAsList(unsigned index) const { in getAttributesAsList() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp398 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
H A DBitcodeWriter.cpp1363 auto AL = GV.getAttributesAsList(AttributeList::FunctionIndex); in writeModuleInfo()