Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrProfiling.h64 StringRef getCoverageSection() const;
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp929 static StringRef getCoverageSection(const CodeGenModule &CGM) { in getCoverageSection() function
1074 CovData->setSection(getCoverageSection(CGM)); in emit()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp106 StringRef InstrProfiling::getCoverageSection() const { in getCoverageSection() function in InstrProfiling