Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h36 virtual bool isDiscardable() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h37 bool isDiscardable() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp91 bool DIASectionContrib::isDiscardable() const { in isDiscardable() function in DIASectionContrib
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1160 static bool isDiscardable(const OutputSection &sec) { in isDiscardable() function
1239 bool discardable = isEmpty && isDiscardable(*sec); in adjustOutputSections()