llvm::PseudoProbeDescriptor

Descriptor pairing a function GUID with its structural hash for pseudo probes.

Synopsis

Declared in <llvm/IR/PseudoProbe.h>

class PseudoProbeDescriptor;

Member Functions

NameDescription
PseudoProbeDescriptor [constructor]Construct a descriptor from a function GUID and hash.
getFunctionGUID Return the function GUID stored in this descriptor.
getFunctionHash Return the function structural hash stored in this descriptor.