Searched refs:getInstrProfSectionName (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 62 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain() 65 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain() 68 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 879 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters() 901 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters() 934 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters() 998 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes() 1024 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
|
H A D | InstrOrderFile.cpp | 86 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
|
H A D | ThreadSanitizer.cpp | 390 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 981 lookupSections(*OF, getInstrProfSectionName(IPSK_name, ObjFormat, in loadBinaryFormat() 986 lookupSections(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat, in loadBinaryFormat() 1008 lookupSections(*OF, getInstrProfSectionName(IPSK_covfun, ObjFormat, in loadBinaryFormat()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 445 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection() 447 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF, in getELFKindForNamedSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 174 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 1587 return llvm::getInstrProfSectionName( in getInstrProfSection()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1256 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()
|