Searched refs:ContentsSize (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.h | 268 return llvm::StringRef(Contents, ContentsSize); in getContents() 270 SizeT getNumBytes() const final { return ContentsSize; } in getNumBytes() 279 : Initializer(DataInitializerKind), ContentsSize(Values.size()), in DataInitializer() 285 Contents(new (VDL->allocate_initializer<char>(ContentsSize)) char) { in DataInitializer() 292 : Initializer(DataInitializerKind), ContentsSize(StrLen), in DataInitializer() 293 Contents(new (VDL->allocate_initializer<char>(ContentsSize)) char) { in DataInitializer() 299 const SizeT ContentsSize; variable
|
D | IceGlobalInits.cpp | 203 for (SizeT i = 0; i < ContentsSize; ++i) { in dump()
|
/external/llvm/include/llvm/MC/ |
D | MCFragment.h | 168 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-7.0/llvm/include/llvm/MC/ |
D | MCFragment.h | 187 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()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 123 size_t ContentsSize; member in __anonba97ddd10111::ObjectAttributeEmitter 137 Streamer(Streamer_), CurrentVendor(""), ContentsSize(0) { } in ObjectAttributeEmitter() 161 ContentsSize += getULEBSize(Attribute); in EmitAttribute() 162 ContentsSize += getULEBSize(Value); in EmitAttribute() 173 ContentsSize += getULEBSize(Attribute); in EmitTextAttribute() 175 ContentsSize += String.size()+1; in EmitTextAttribute() 187 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in Finish() 192 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in Finish()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 987 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-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 1096 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local 1098 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection() 1103 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
|