llvm::instrumentor::InstrumentationConfig::addChoice

Register an instrumentation opportunity.

Synopsis

Declared in <llvm/Transforms/IPO/Instrumentor.h>

void
addChoice(
    InstrumentationOpportunity& IO,
    LLVMContext& Ctx);

Parameters

NameDescription
IOOpportunity to register.
CtxLLVM context used while finishing registration.