Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DTestingSupport.cpp63 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp938 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters()
994 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters()
1057 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
1118 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes()
1144 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
H A DInstrOrderFile.cpp78 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
H A DMemProfiler.cpp353 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp364 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp986 lookupSections(*OF, getInstrProfSectionName(IPSK_name, ObjFormat, in loadBinaryFormat()
991 lookupSections(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat, in loadBinaryFormat()
1012 lookupSections(*OF, getInstrProfSectionName(IPSK_covfun, ObjFormat, in loadBinaryFormat()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h73 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp479 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()
481 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF, in getELFKindForNamedSection()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp212 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1608 return llvm::getInstrProfSectionName( in getInstrProfSection()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1377 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()