HomeSort by relevance Sort by last modified time
    Searched refs:ContentsSize (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 268 return llvm::StringRef(Contents, ContentsSize);
270 SizeT getNumBytes() const final { return ContentsSize; }
279 : Initializer(DataInitializerKind), ContentsSize(Values.size()),
285 Contents(new (VDL->allocate_initializer<char>(ContentsSize)) char) {
292 : Initializer(DataInitializerKind), ContentsSize(StrLen),
293 Contents(new (VDL->allocate_initializer<char>(ContentsSize)) char) {
299 const SizeT ContentsSize;
IceGlobalInits.cpp 203 for (SizeT i = 0; i < ContentsSize; ++i) {
  /external/llvm/include/llvm/MC/
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,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 170 template<unsigned ContentsSize>
172 SmallVector<char, ContentsSize> Contents;
188 template<unsigned ContentsSize, unsigned FixupsSize>
190 public MCEncodedFragmentWithContents<ContentsSize> {
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 170 template<unsigned ContentsSize>
172 SmallVector<char, ContentsSize> Contents;
188 template<unsigned ContentsSize, unsigned FixupsSize>
190 public MCEncodedFragmentWithContents<ContentsSize> {
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 170 template<unsigned ContentsSize>
172 SmallVector<char, ContentsSize> Contents;
188 template<unsigned ContentsSize, unsigned FixupsSize>
190 public MCEncodedFragmentWithContents<ContentsSize> {
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 170 template<unsigned ContentsSize>
172 SmallVector<char, ContentsSize> Contents;
188 template<unsigned ContentsSize, unsigned FixupsSize>
190 public MCEncodedFragmentWithContents<ContentsSize> {
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 170 template<unsigned ContentsSize>
172 SmallVector<char, ContentsSize> Contents;
188 template<unsigned ContentsSize, unsigned FixupsSize>
190 public MCEncodedFragmentWithContents<ContentsSize> {
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 170 template<unsigned ContentsSize>
172 SmallVector<char, ContentsSize> Contents;
188 template<unsigned ContentsSize, unsigned FixupsSize>
190 public MCEncodedFragmentWithContents<ContentsSize> {
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 170 template<unsigned ContentsSize>
172 SmallVector<char, ContentsSize> Contents;
188 template<unsigned ContentsSize, unsigned FixupsSize>
190 public MCEncodedFragmentWithContents<ContentsSize> {
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 170 template<unsigned ContentsSize>
172 SmallVector<char, ContentsSize> Contents;
188 template<unsigned ContentsSize, unsigned FixupsSize>
190 public MCEncodedFragmentWithContents<ContentsSize> {
199 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 123 size_t ContentsSize;
137 Streamer(Streamer_), CurrentVendor(""), ContentsSize(0) { }
161 ContentsSize += getULEBSize(Attribute);
162 ContentsSize += getULEBSize(Value);
173 ContentsSize += getULEBSize(Attribute);
175 ContentsSize += String.size()+1;
187 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4);
192 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]

Completed in 2135 milliseconds