Home
last modified time | relevance | path

Searched refs:needsSection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DRemarkStreamer.h68 bool needsSection() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkStreamer.cpp49 bool RemarkStreamer::needsSection() const { in needsSection() function in RemarkStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1666 if (!RS.needsSection()) in emitRemarksSection()