Home
last modified time | relevance | path

Searched refs:getInstrProfSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp28 Expected<object::SectionRef> getInstrProfSection(const object::ObjectFile &Obj, in getInstrProfSection() function
60 auto CountersSection = getInstrProfSection(Obj, IPSK_cnts); in get()
64 auto DataSection = getInstrProfSection(Obj, IPSK_covdata); in get()
70 auto NameSection = getInstrProfSection(Obj, IPSK_covname); in get()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2180 static std::string getInstrProfSection(const CodeGenModule &CGM, in getInstrProfSection() function
2226 FuncRecord->setSection(getInstrProfSection(CGM, llvm::IPSK_covfun)); in emitFunctionMappingRecord()
2323 CovData->setSection(getInstrProfSection(CGM, llvm::IPSK_covmap)); in emit()