Home
last modified time | relevance | path

Searched refs:getInstrProfSectionName (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DTestingSupport.cpp63 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain()
66 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
69 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp926 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters()
982 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters()
1045 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
1107 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes()
1133 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
H A DInstrOrderFile.cpp78 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
H A DMemProfiler.cpp411 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp372 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp985 lookupSections(*OF, getInstrProfSectionName(IPSK_name, ObjFormat, in loadBinaryFormat()
990 lookupSections(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat, in loadBinaryFormat()
1011 lookupSections(*OF, getInstrProfSectionName(IPSK_covfun, ObjFormat, in loadBinaryFormat()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h68 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp445 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()
447 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF, in getELFKindForNamedSection()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp212 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1605 return llvm::getInstrProfSectionName( in getInstrProfSection()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1375 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()