Searched refs:FilenamesRef (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 117 uint64_t FilenamesRef);
|
| H A D | CoverageMappingGen.cpp | 1613 const FunctionInfo &Info, uint64_t FilenamesRef) { in emitFunctionMappingRecord() argument 1720 const int64_t FilenamesRef = llvm::IndexedInstrProf::ComputeHash(Filenames); in emit() local 1724 emitFunctionMappingRecord(Info, FilenamesRef); in emit()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 650 int64_t FilenamesRef = in readCoverageHeader() local 653 FileRangeMap.insert(std::make_pair(FilenamesRef, FileRange)); in readCoverageHeader() 717 uint64_t FilenamesRef = CFR->template getFilenamesRef<Endian>(); in readFunctionRecords() local 718 auto It = FileRangeMap.find(FilenamesRef); in readFunctionRecords()
|
| /openbsd-src/gnu/llvm/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 230 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \ 232 llvm::Type::getInt64Ty(Ctx), FilenamesRef))
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 230 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \ 232 llvm::Type::getInt64Ty(Ctx), FilenamesRef))
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 955 return support::endian::byte_swap<uint64_t, Endian>(FilenamesRef); in getFilenamesRef()
|