Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DSymbolDCE.cpp95 bool isDiscardable = (symbolTableIsHidden || symbol.isPrivate()) && in computeLiveness() local
97 if (!isDiscardable && liveSymbols.insert(&op).second) in computeLiveness()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h36 virtual bool isDiscardable() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h37 bool isDiscardable() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp91 bool DIASectionContrib::isDiscardable() const { in isDiscardable() function in DIASectionContrib
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp1071 static bool isDiscardable(const OutputSection &sec) { in isDiscardable() function
1102 isDiscardable(*sec); in isDiscarded()
1152 bool discardable = isEmpty && isDiscardable(*sec); in adjustOutputSections()