Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp52 bool checkLimit(uint64_t Size) { in checkLimit() function in __anone951591a0111::ContiguousBlobAccumulator
71 checkLimit(0); in takeLimitError()
83 if (!checkLimit(PaddingSize)) in padToAlignment()
91 if (checkLimit(Size)) in getRawOS()
97 if (!checkLimit(Bin.binary_size())) in writeAsBinary()
103 if (checkLimit(Num)) in writeZeros()
108 if (checkLimit(Size)) in write()
113 if (checkLimit(1)) in write()
118 if (!checkLimit(sizeof(uint64_t))) in writeULEB128()
124 if (!checkLimit(10)) in writeSLEB128()
[all …]