Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h36 virtual bool isDiscardable() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h37 bool isDiscardable() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp91 bool DIASectionContrib::isDiscardable() const { in isDiscardable() function in DIASectionContrib
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h287 bool isDiscardable();
H A Ddtemplate.d6173 final bool isDiscardable() in isDiscardable() function
6230 if (errors || (inst && inst.isDiscardable())) in needsCodegen()