Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h51 bool isElided() const { return IsElided; } in isElided() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp283 if (!Child->isElided()) { in addChildToLayout()