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.h126 uint64_t FilenamesRef);
H A DCoverageMappingGen.cpp2482 const FunctionInfo &Info, uint64_t FilenamesRef) { in emitFunctionMappingRecord() argument
2587 const int64_t FilenamesRef = llvm::IndexedInstrProf::ComputeHash(Filenames); in emit() local
2591 emitFunctionMappingRecord(Info, FilenamesRef); in emit()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp712 int64_t FilenamesRef = in readCoverageHeader() local
715 FileRangeMap.insert(std::make_pair(FilenamesRef, FileRange)); in readCoverageHeader()
784 uint64_t FilenamesRef = CFR->template getFilenamesRef<Endian>(); in readFunctionRecords() local
785 auto It = FileRangeMap.find(FilenamesRef); in readFunctionRecords()
790 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.h1388 return support::endian::byte_swap<uint64_t, Endian>(FilenamesRef); in getFilenamesRef()