Searched refs:ObjFormat (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 55 auto ObjFormat = OF->getTripleObjectFormat(); in convertForTestingMain() 57 auto ProfileNamesSection = getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain() 60 getInstrProfSectionName(IPSK_covmap, ObjFormat, /*AddSegmentInfo=*/false); in convertForTestingMain() 62 getInstrProfSectionName(IPSK_covfun, ObjFormat, /*AddSegmentInfo=*/false); in convertForTestingMain() 53 auto ObjFormat = OF->getTripleObjectFormat(); convertForTestingMain() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 33 Triple::ObjectFormatType ObjFormat = Obj.getTripleObjectFormat(); in getInstrProfSection() local 34 auto StripSuffix = [ObjFormat](StringRef N) { in getInstrProfSection() 35 return ObjFormat == Triple::COFF ? N.split('$').first : N; in getInstrProfSection() 38 getInstrProfSectionName(IPSK, ObjFormat, in getInstrProfSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 1046 auto ObjFormat = OF.getTripleObjectFormat(); in lookupSections() local 1048 getInstrProfSectionName(IPSK, ObjFormat, /*AddSegmentInfo=*/false); in lookupSections()
|