Searched refs:getCoverageSection (Results 1 – 3 of 3) sorted by relevance
64 StringRef getCoverageSection() const;
929 static StringRef getCoverageSection(const CodeGenModule &CGM) { in getCoverageSection() function1074 CovData->setSection(getCoverageSection(CGM)); in emit()
106 StringRef InstrProfiling::getCoverageSection() const { in getCoverageSection() function in InstrProfiling