Home
last modified time | relevance | path

Searched refs:FilenamesRef (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h125 uint64_t FilenamesRef);
H A DCoverageMappingGen.cpp2443 const FunctionInfo &Info, uint64_t FilenamesRef) { in emitFunctionMappingRecord() argument
2548 const int64_t FilenamesRef = llvm::IndexedInstrProf::ComputeHash(Filenames); in emit() local
2552 emitFunctionMappingRecord(Info, FilenamesRef); in emit()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp705 int64_t FilenamesRef = in readCoverageHeader() local
708 FileRangeMap.insert(std::make_pair(FilenamesRef, FileRange)); in readCoverageHeader()
777 uint64_t FilenamesRef = CFR->template getFilenamesRef<Endian>(); in readFunctionRecords() local
778 auto It = FileRangeMap.find(FilenamesRef); in readFunctionRecords()
783 Twine::utohexstr(FilenamesRef)); in readFunctionRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc273 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \
275 llvm::Type::getInt64Ty(Ctx), FilenamesRef))
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc273 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \
275 llvm::Type::getInt64Ty(Ctx), FilenamesRef))
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1312 return support::endian::byte_swap<uint64_t, Endian>(FilenamesRef); in getFilenamesRef()