Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp321 size_t BytesFormatted = std::strftime(FormattedTime, sizeof(FormattedTime), in printFileHeader() local
323 assert(BytesFormatted && "The size of the buffer FormattedTime is less " in printFileHeader()
325 (void)BytesFormatted; in printFileHeader()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp104 size_t BytesFormatted = in printFileHeaders() local
106 if (BytesFormatted) in printFileHeaders()