Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDTestingSupport.cpp61 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/
HDInstrProfiling.cpp788 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()
HDInstrOrderFile.cpp87 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
HDThreadSanitizer.cpp318 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMappingReader.cpp708 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/
HDInstrProf.h66 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.cpp165 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCoverageMappingGen.cpp1276 return llvm::getInstrProfSectionName( in getCoverageSection()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp422 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDDarwin.cpp1170 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()