Home
last modified time | relevance | path

Searched refs:ExpectedSize (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDMinidump.cpp29 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()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDModuleManager.cpp106 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument
125 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule()
432 off_t ExpectedSize, in lookupModuleFile() argument
450 if ((ExpectedSize && ExpectedSize != File->getSize()) || in lookupModuleFile()
HDASTReader.cpp4450 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument
4457 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDreport.cpp148 uptr ExpectedSize) { in reportDeleteSizeMismatch() argument
152 Size, ExpectedSize); in reportDeleteSizeMismatch()
HDreport.h46 void NORETURN reportDeleteSizeMismatch(void *Ptr, uptr Size, uptr ExpectedSize);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDModuleManager.h251 off_t ExpectedSize, time_t ExpectedModTime,
311 off_t ExpectedSize,
HDASTReader.h1271 off_t ExpectedSize, time_t ExpectedModTime,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstructionSelector.cpp67 unsigned ExpectedSize, unsigned ExpectedRegBankID) const;
70 bool validReg(MachineRegisterInfo &MRI, unsigned Reg, unsigned ExpectedSize,
505 unsigned ExpectedSize, in validOpRegPair() argument
508 validReg(MRI, LHSReg, ExpectedSize, ExpectedRegBankID) && in validOpRegPair()
509 validReg(MRI, RHSReg, ExpectedSize, ExpectedRegBankID); in validOpRegPair()
513 unsigned ExpectedSize, in validReg() argument
515 if (MRI.getType(Reg).getSizeInBits() != ExpectedSize) { in validReg()