Home
last modified time | relevance | path

Searched refs:ListSize (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/lib/Object/
DMinidump.cpp83 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/
DMinidump.cpp83 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/
DSampleProf.cpp202 uint64_t ListSize) { in read() argument
205 while (Size < ListSize) { in read()
210 if (Size != ListSize) in read()
/external/llvm-project/llvm/lib/ProfileData/
DSampleProf.cpp253 uint64_t ListSize) { in read() argument
256 while (Size < ListSize) { in read()
261 if (Size != ListSize) in read()
/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp517 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/
DCodeGenMapTable.cpp521 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/
DSampleProf.h668 std::error_code read(const uint8_t *Data, uint64_t ListSize);
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProf.h895 std::error_code read(const uint8_t *Data, uint64_t ListSize);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1369 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/
DIRTranslator.cpp1899 unsigned ListSize = TLI.getVaListSizeInBits(*DL) / 8; in translateKnownIntrinsic() local
1905 ListSize, Align(1))); in translateKnownIntrinsic()