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.cpp55 bool checkLimit(uint64_t Size) { in checkLimit() function in __anone951591a0111::ContiguousBlobAccumulator
74 checkLimit(0); in takeLimitError()
86 if (!checkLimit(PaddingSize)) in padToAlignment()
94 if (checkLimit(Size)) in getRawOS()
100 if (!checkLimit(Bin.binary_size())) in writeAsBinary()
106 if (checkLimit(Num)) in writeZeros()
111 if (checkLimit(Size)) in write()
116 if (checkLimit(1)) in write()
121 if (!checkLimit(sizeof(uint64_t))) in writeULEB128()
127 if (!checkLimit(10)) in writeSLEB128()
[all …]