Searched refs:getInstrProfSectionName (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | TestingSupport.cpp | 56 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/ |
D | InstrProfiling.cpp | 731 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()
|
D | ThreadSanitizer.cpp | 285 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 665 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/ |
D | InstrProf.h | 67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 165 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 243 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()
|