Searched refs:getAttributeListID (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h175 unsigned getAttributeListID(AttributeList PAL) const { function in class:llvm::ValueEnumerator
H A DBitcodeWriter.cpp1467 Vals.push_back(VE.getAttributeListID(AL));
1497 Vals.push_back(VE.getAttributeListID(F.getAttributes()));
3037 Vals.push_back(VE.getAttributeListID(II->getAttributes()));
3112 Vals.push_back(VE.getAttributeListID(CBI->getAttributes()));
3277 Vals.push_back(VE.getAttributeListID(CI.getAttributes()));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h174 unsigned getAttributeListID(AttributeList PAL) const { function in class:llvm::dxil::ValueEnumerator
H A DDXILBitcodeWriter.cpp1306 Vals.push_back(VE.getAttributeListID(F.getAttributes()));
2379 Vals.push_back(VE.getAttributeListID(II->getAttributes()));
2523 Vals.push_back(VE.getAttributeListID(CI.getAttributes()));

Completed in 244 milliseconds