Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2436 static std::string getInstrProfSection(const CodeGenModule &CGM, in getInstrProfSection() function
2482 FuncRecord->setSection(getInstrProfSection(CGM, llvm::IPSK_covfun)); in emitFunctionMappingRecord()
2579 CovData->setSection(getInstrProfSection(CGM, llvm::IPSK_covmap)); in emit()