Searched refs:ContentsSize (Results 1 – 10 of 10) sorted by relevance
/external/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()
|
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVELFStreamer.cpp | 113 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/ |
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-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()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCFragment.h | 184 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/ |
D | MCXCOFFStreamer.cpp | 108 const size_t ContentsSize = DF->getContents().size(); in emitInstToData() local 111 Fixup.setOffset(Fixup.getOffset() + ContentsSize); in emitInstToData()
|
/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-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()
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 1096 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local 1098 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection() 1103 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
|