Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h179 template<unsigned ContentsSize>
181 SmallVector<char, ContentsSize> Contents;
197 template<unsigned ContentsSize, unsigned FixupsSize>
199 public MCEncodedFragmentWithContents<ContentsSize> {
208 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp975 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local
977 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
982 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection()