Home
last modified time | relevance | path

Searched refs:ArgLength (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp108 unsigned ArgLength; in ProfileInfoLoader() local
109 if (fread(&ArgLength, sizeof(unsigned), 1, F) != 1) { in ProfileInfoLoader()
114 ArgLength = ByteSwap(ArgLength, ShouldByteSwap); in ProfileInfoLoader()
117 std::vector<char> Chars(ArgLength+4); in ProfileInfoLoader()
119 if (ArgLength) in ProfileInfoLoader()
120 if (fread(&Chars[0], (ArgLength+3) & ~3, 1, F) != 1) { in ProfileInfoLoader()
125 CommandLines.push_back(std::string(&Chars[0], &Chars[ArgLength])); in ProfileInfoLoader()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProgram.inc459 size_t ArgLength = Program.size() + 1;
462 ArgLength += strlen(*I) + 1;
463 if (ArgLength > size_t(HalfArgMax)) {
/external/llvm/lib/Support/Unix/
DProgram.inc459 size_t ArgLength = Program.size() + 1;
462 ArgLength += strlen(*I) + 1;
463 if (ArgLength > size_t(HalfArgMax)) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DProgram.inc479 size_t ArgLength = Program.size() + 1;
489 ArgLength += Arg.size() + 1;
490 if (ArgLength > size_t(HalfArgMax)) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc543 size_t ArgLength = ArgLenWithQuotes(Program.str().c_str()) + 2;
547 ArgLength += ArgLenWithQuotes(*I) + 1;
548 if (ArgLength > MaxCommandStringLength) {
/external/llvm/lib/Support/Windows/
DProgram.inc543 size_t ArgLength = ArgLenWithQuotes(Program.str().c_str()) + 2;
547 ArgLength += ArgLenWithQuotes(*I) + 1;
548 if (ArgLength > MaxCommandStringLength) {
/external/python/cpython2/Mac/scripts/
Derrors.txt451 -9063 kBadArgLengthErr ArgLength argument is invalid