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.h347 bool isThin() const { return IsThin; } in isThin()
400 unsigned IsThin : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp543 if (Parent->IsThin) in getSize()
714 IsThin = true; in Archive()
716 IsThin = false; in Archive()
719 IsThin = false; in Archive()