Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalInits.h225 return llvm::StringRef(Contents, ContentsSize); in getContents()
227 SizeT getNumBytes() const final { return ContentsSize; } in getNumBytes()
236 : Initializer(DataInitializerKind), ContentsSize(Values.size()), in DataInitializer()
242 Contents(new (VDL->allocate_initializer<char>(ContentsSize)) char) { in DataInitializer()
249 : Initializer(DataInitializerKind), ContentsSize(StrLen), in DataInitializer()
250 Contents(new (VDL->allocate_initializer<char>(ContentsSize)) char) { in DataInitializer()
256 const SizeT ContentsSize; variable
DIceGlobalInits.cpp169 for (SizeT i = 0; i < ContentsSize; ++i) { in dump()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFStreamer.cpp113 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local
115 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
120 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
/external/llvm/include/llvm/MC/
DMCFragment.h168 template<unsigned ContentsSize>
170 SmallVector<char, ContentsSize> Contents;
186 template<unsigned ContentsSize, unsigned FixupsSize>
188 public MCEncodedFragmentWithContents<ContentsSize> {
197 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFragment.h173 template<unsigned ContentsSize>
175 SmallVector<char, ContentsSize> Contents;
191 template<unsigned ContentsSize, unsigned FixupsSize>
193 public MCEncodedFragmentWithContents<ContentsSize> {
202 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
/external/llvm-project/llvm/include/llvm/MC/
DMCFragment.h184 template<unsigned ContentsSize>
186 SmallVector<char, ContentsSize> Contents;
202 template<unsigned ContentsSize, unsigned FixupsSize>
204 public MCEncodedFragmentWithContents<ContentsSize> {
213 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
/external/llvm-project/llvm/lib/MC/
DMCXCOFFStreamer.cpp108 const size_t ContentsSize = DF->getContents().size(); in emitInstToData() local
111 Fixup.setOffset(Fixup.getOffset() + ContentsSize); in emitInstToData()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp987 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local
989 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
994 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1103 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local
1105 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
1110 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1096 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local
1098 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
1103 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()