Home
last modified time | relevance | path

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

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