Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h694 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function
701 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()
725 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function
732 uint64_t NameRef = getFuncNameRef<Endian>(); in getFuncName()
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp419 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()