Searched refs:getInstrProfSectionName (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 62 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain() 65 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain() 68 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 895 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters() 915 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters() 959 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters() 1023 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes() 1049 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
|
| H A D | InstrOrderFile.cpp | 86 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
|
| H A D | ThreadSanitizer.cpp | 420 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 983 lookupSections(*OF, getInstrProfSectionName(IPSK_name, ObjFormat, in loadBinaryFormat() 988 lookupSections(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat, in loadBinaryFormat() 1009 lookupSections(*OF, getInstrProfSectionName(IPSK_covfun, ObjFormat, in loadBinaryFormat()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 446 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection() 448 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF, in getELFKindForNamedSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 175 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1587 return llvm::getInstrProfSectionName( in getInstrProfSection()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1258 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()
|