Home
last modified time | relevance | path

Searched defs:AttributeItem (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h95 struct AttributeItem { struct
111 SmallVector<AttributeItem, 64> Contents; argument
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h23 struct AttributeItem { struct
31 SmallVector<AttributeItem, 64> Contents; argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp701 MCELFStreamer::calculateContentSize(SmallVector<AttributeItem, 64> &AttrsVec) { in calculateContentSize()
727 MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) { in createAttributesSection()