Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h36 virtual bool isDiscardable() const = 0;
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h37 bool isDiscardable() const override;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp91 bool DIASectionContrib::isDiscardable() const { in isDiscardable() function in DIASectionContrib
/openbsd/src/gnu/llvm/lld/ELF/
DLinkerScript.cpp1085 static bool isDiscardable(const OutputSection &sec) { in isDiscardable() function
1116 isDiscardable(*sec); in isDiscarded()
1166 bool discardable = isEmpty && isDiscardable(*sec); in adjustOutputSections()