Searched refs:getFuncNameRef (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h707 template <support::endianness Endian> IntPtrT getFuncNameRef() const { function in struct:llvm::coverage::CovMapFunctionRecordV1
714 IntPtrT NameRef = getFuncNameRef<Endian>();
738 template <support::endianness Endian> uint64_t getFuncNameRef() const { function in struct:llvm::coverage::CovMapFunctionRecord
745 uint64_t NameRef = getFuncNameRef<Endian>();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp428 NameRefType NameRef = CFR->template getFuncNameRef<Endian>();

Completed in 71 milliseconds