13#ifndef LLVM_TRANSFORMS_IPO_INSTRUMENTOR_CONFIGFILE_H
14#define LLVM_TRANSFORMS_IPO_INSTRUMENTOR_CONFIGFILE_H
bool readConfigFromJSON(InstrumentationConfig &IConf, StringRef InputFile, LLVMContext &Ctx)
Read the configuration from the file with path InputFile into /p IConf.
void writeConfigToJSON(InstrumentationConfig &IConf, StringRef OutputFile, LLVMContext &Ctx)
Write the configuration in /p IConf to the file with path OutputFile.
This is an optimization pass for GlobalISel generic memory operations.
The class that contains the configuration for the instrumentor.