Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h516 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function
522 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()
544 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function
550 uint64_t NameRef = getFuncNameRef<Endian>(); in getFuncName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h705 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function
712 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()
736 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function
743 uint64_t NameRef = getFuncNameRef<Endian>(); in getFuncName()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp395 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp419 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()