Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp78 bool should_keep() const;
216 bool COFFSymbol::should_keep() const { in should_keep() function in COFFSymbol
868 if (Symbol->should_keep()) { in WriteObject()
882 if (S->should_keep() && S->Name.size() > COFF::NameSize) in WriteObject()
890 if (S->should_keep()) in WriteObject()