Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h36 virtual bool isDiscardable() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h37 bool isDiscardable() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp91 bool DIASectionContrib::isDiscardable() const { in isDiscardable() function in DIASectionContrib
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DLinkerScript.cpp1019 static bool isDiscardable(OutputSection &sec) { in isDiscardable() function
1118 if (isEmpty && isDiscardable(*sec)) { in adjustSectionsBeforeSorting()