Home
last modified time | relevance | path

Searched defs:isDiscardable (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Transforms/
H A DSymbolDCE.cpp100 bool isDiscardable = (symbolTableIsHidden || symbol.isPrivate()) && in computeLiveness() local
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp91 bool DIASectionContrib::isDiscardable() const { in isDiscardable() function in DIASectionContrib
/llvm-project/lld/ELF/
H A DLinkerScript.cpp1158 static bool isDiscardable(const OutputSection &sec) { isDiscardable() function