Searched refs:getInstrProfSectionName (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 56 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain() 59 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 742 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters() 763 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters() 796 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters() 859 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes() 883 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
|
| H A D | ThreadSanitizer.cpp | 315 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 665 lookupSection(*OF, getInstrProfSectionName(IPSK_name, ObjFormat, in loadBinaryFormat() 670 lookupSection(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat, in loadBinaryFormat()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 165 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1277 return llvm::getInstrProfSectionName( in getCoverageSection()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 398 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()
|