Searched refs:getInstrProfSectionName (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/ |
| HD | TestingSupport.cpp | 61 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain() 64 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | InstrProfiling.cpp | 788 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters() 810 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters() 843 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters() 907 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes() 931 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
|
| HD | InstrOrderFile.cpp | 87 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
|
| HD | ThreadSanitizer.cpp | 318 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| HD | CoverageMappingReader.cpp | 708 lookupSection(*OF, getInstrProfSectionName(IPSK_name, ObjFormat, in loadBinaryFormat() 713 lookupSection(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat, in loadBinaryFormat()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| HD | InstrProf.h | 66 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| HD | InstrProf.cpp | 165 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CoverageMappingGen.cpp | 1276 return llvm::getInstrProfSectionName( in getCoverageSection()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TargetLoweringObjectFileImpl.cpp | 422 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| HD | Darwin.cpp | 1170 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()
|