struct ImutProfileInfo

Declaration

template <typename T>
struct ImutProfileInfo { /* full declaration omitted */ };

Description

Generic profile template. The default behavior is to invoke the profile method of an object. Specializations for primitive integers and generic handling of pointers is done below.

Declared at: llvm/include/llvm/ADT/ImmutableSet.h:838

Templates

T

Method Overview

  • public static void Profile(llvm::FoldingSetNodeID & ID, llvm::ImutProfileInfo::value_type_ref X)

Methods

ΒΆstatic void Profile(
    llvm::FoldingSetNodeID& ID,
    llvm::ImutProfileInfo::value_type_ref X)

Declared at: llvm/include/llvm/ADT/ImmutableSet.h:842

Parameters

llvm::FoldingSetNodeID& ID
llvm::ImutProfileInfo::value_type_ref X