Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DTestingSupport.cpp56 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain()
59 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp731 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters()
752 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters()
785 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
848 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes()
872 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
DThreadSanitizer.cpp285 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp665 lookupSection(*OF, getInstrProfSectionName(IPSK_name, ObjFormat, in loadBinaryFormat()
670 lookupSection(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat, in loadBinaryFormat()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp165 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp243 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()