Manages the emission of signposts into the recording method supported by the OS.
LLVM_ABI SignpostEmitter()
LLVM_ABI void endInterval(const void *O, StringRef Name)
End a signposted interval for a given object.
LLVM_ABI bool isEnabled() const
LLVM_ABI void startInterval(const void *O, StringRef Name)
Begin a signposted interval for a given object.
LLVM_ABI ~SignpostEmitter()