Searched refs:getInstrProfSection (Results 1 – 2 of 2) sorted by relevance
28 Expected<object::SectionRef> getInstrProfSection(const object::ObjectFile &Obj, in getInstrProfSection() function60 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()
2436 static std::string getInstrProfSection(const CodeGenModule &CGM, in getInstrProfSection() function2482 FuncRecord->setSection(getInstrProfSection(CGM, llvm::IPSK_covfun)); in emitFunctionMappingRecord()2579 CovData->setSection(getInstrProfSection(CGM, llvm::IPSK_covmap)); in emit()