Searched refs:ContentsSize (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.h | 225 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
|
D | IceGlobalInits.cpp | 169 for (SizeT i = 0; i < ContentsSize; ++i) { in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCFragment.h | 173 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 1103 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()
|