Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h340 bool isThin() const { return IsThin; } in isThin()
393 unsigned IsThin : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp544 if (Parent->IsThin) in getSize()
715 IsThin = true; in Archive()
717 IsThin = false; in Archive()
720 IsThin = false; in Archive()