Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h36 static bool isContinued(const uint8_t *Record) { in isContinued() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp613 if (DataLength <= 77 && Record::isContinued(Slice)) in getContinuousData()