Searched refs:ListSize (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/lib/Object/ |
D | Minidump.cpp | 83 size_t ListSize = ExpectedSize.get()[0]; in getListStream() local 89 if (ListOffset + sizeof(T) * ListSize < Stream->size()) in getListStream() 92 return getDataSliceAs<T>(*Stream, ListOffset, ListSize); in getListStream()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Minidump.cpp | 83 size_t ListSize = ExpectedSize.get()[0]; in getListStream() local 89 if (ListOffset + sizeof(T) * ListSize < Stream->size()) in getListStream() 92 return getDataSliceAs<T>(*Stream, ListOffset, ListSize); in getListStream()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 202 uint64_t ListSize) { in read() argument 205 while (Size < ListSize) { in read() 210 if (Size != ListSize) in read()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 253 uint64_t ListSize) { in read() argument 256 while (Size < ListSize) { in read() 261 if (Size != ListSize) in read()
|
/external/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 517 unsigned ListSize = List->size(); in emitEnums() local 519 for (unsigned j = 0; j < ListSize; j++) { in emitEnums() 529 for (unsigned k = 0; k < ListSize; k++){ in emitEnums()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 521 unsigned ListSize = List->size(); in emitEnums() local 523 for (unsigned j = 0; j < ListSize; j++) { in emitEnums() 533 for (unsigned k = 0; k < ListSize; k++){ in emitEnums()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | SampleProf.h | 668 std::error_code read(const uint8_t *Data, uint64_t ListSize);
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | SampleProf.h | 895 std::error_code read(const uint8_t *Data, uint64_t ListSize);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1369 unsigned ListSize = TLI.getVaListSizeInBits(*DL) / 8; in translateKnownIntrinsic() local 1375 MachinePointerInfo(Ptr), MachineMemOperand::MOStore, ListSize, 1)); in translateKnownIntrinsic()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1899 unsigned ListSize = TLI.getVaListSizeInBits(*DL) / 8; in translateKnownIntrinsic() local 1905 ListSize, Align(1))); in translateKnownIntrinsic()
|