Searched refs:ExpectedSize (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | Minidump.cpp | 29 auto ExpectedSize = in getString() local 31 if (!ExpectedSize) in getString() 32 return ExpectedSize.takeError(); in getString() 33 size_t Size = (*ExpectedSize)[0]; in getString() 79 auto ExpectedSize = getDataSliceAs<support::ulittle32_t>(*Stream, 0, 1); in getListStream() local 80 if (!ExpectedSize) in getListStream() 81 return ExpectedSize.takeError(); in getListStream() 83 size_t ListSize = ExpectedSize.get()[0]; in getListStream()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 106 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 125 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 461 bool ModuleManager::lookupModuleFile(StringRef FileName, off_t ExpectedSize, in lookupModuleFile() argument 478 if ((ExpectedSize && ExpectedSize != File->getSize()) || in lookupModuleFile()
|
| H A D | ASTReader.cpp | 4494 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 4501 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 251 off_t ExpectedSize, time_t ExpectedModTime, 310 bool lookupModuleFile(StringRef FileName, off_t ExpectedSize,
|
| H A D | ASTReader.h | 1297 off_t ExpectedSize, time_t ExpectedModTime,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 67 unsigned ExpectedSize, unsigned ExpectedRegBankID) const; 70 bool validReg(MachineRegisterInfo &MRI, unsigned Reg, unsigned ExpectedSize, 503 unsigned ExpectedSize, in validOpRegPair() argument 506 validReg(MRI, LHSReg, ExpectedSize, ExpectedRegBankID) && in validOpRegPair() 507 validReg(MRI, RHSReg, ExpectedSize, ExpectedRegBankID); in validOpRegPair() 511 unsigned ExpectedSize, in validReg() argument 513 if (MRI.getType(Reg).getSizeInBits() != ExpectedSize) { in validReg()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 88 unsigned ExpectedSize) { in getNonNullAttrsImpl() argument 89 llvm::SmallBitVector AttrNonNull(ExpectedSize); in getNonNullAttrsImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3054 const size_t ExpectedSize = in readMipsOptions() local 3058 if (Size < ExpectedSize) in readMipsOptions() 3063 "), the expected size is 0x" + Twine::utohexstr(ExpectedSize)); in readMipsOptions()
|