HomeSort by: relevance | last modified time | path
    Searched refs:getFuncNameRef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 786 uint64_t getFuncNameRef(const FuncRecordTy *Record) {
795 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record);
839 template <support::endianness Endian> IntPtrT getFuncNameRef() const {
846 IntPtrT NameRef = getFuncNameRef<Endian>();
888 template <support::endianness Endian> uint64_t getFuncNameRef() const {
889 return accessors::getFuncNameRef<ThisT, Endian>(this);
932 template <support::endianness Endian> uint64_t getFuncNameRef() const {
933 return accessors::getFuncNameRef<ThisT, Endian>(this);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 562 NameRefType NameRef = CFR->template getFuncNameRef<Endian>();

Completed in 18 milliseconds