Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h116 uint64_t FilenamesRef);
H A DCoverageMappingGen.cpp2187 const FunctionInfo &Info, uint64_t FilenamesRef) { in emitFunctionMappingRecord() argument
2292 const int64_t FilenamesRef = llvm::IndexedInstrProf::ComputeHash(Filenames); in emit() local
2296 emitFunctionMappingRecord(Info, FilenamesRef); in emit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp697 int64_t FilenamesRef = in readCoverageHeader() local
700 FileRangeMap.insert(std::make_pair(FilenamesRef, FileRange)); in readCoverageHeader()
769 uint64_t FilenamesRef = CFR->template getFilenamesRef<Endian>(); in readFunctionRecords() local
770 auto It = FileRangeMap.find(FilenamesRef); in readFunctionRecords()
775 Twine::utohexstr(FilenamesRef)); in readFunctionRecords()
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc237 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \
239 llvm::Type::getInt64Ty(Ctx), FilenamesRef))
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc237 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \
239 llvm::Type::getInt64Ty(Ctx), FilenamesRef))
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1219 return support::endian::byte_swap<uint64_t, Endian>(FilenamesRef); in getFilenamesRef()