Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp220 IHexLineData Line(getLineLength(Data.size())); in getLine()
383 Offset += IHexRecord::getLineLength(Data.size()); in writeData()
2713 (Obj.Entry ? IHexRecord::getLineLength(4) : 0) + in finalize()
2714 IHexRecord::getLineLength(0); in finalize()
H A DObject.h212 static size_t getLineLength(size_t DataSize) { in getLineLength() function