Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h187 template<unsigned ContentsSize>
189 SmallVector<char, ContentsSize> Contents;
205 template<unsigned ContentsSize, unsigned FixupsSize>
207 public MCEncodedFragmentWithContents<ContentsSize> {
216 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1102 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local
1104 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
1109 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection()