Searched refs:getInstrProfSectionName (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 63 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 D | InstrProfiling.cpp | 926 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 D | InstrOrderFile.cpp | 78 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
|
| H A D | MemProfiler.cpp | 411 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in isInterestingMemoryAccess()
|
| H A D | ThreadSanitizer.cpp | 372 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 985 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 D | InstrProf.h | 68 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 445 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 D | InstrProf.cpp | 212 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1605 return llvm::getInstrProfSectionName( in getInstrProfSection()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1375 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()
|