Go to the source code of this file.
|
| namespace | llvm |
| | This is an optimization pass for GlobalISel generic memory operations.
|
| namespace | llvm::instrumentor |
|
| static Expected< std::unique_ptr< MemoryBuffer > > | setupMemoryBuffer (const Twine &Filename, vfs::FileSystem &FS) |
| LLVM_ABI void | llvm::instrumentor::writeConfigToJSON (InstrumentationConfig &IConf, StringRef OutputFile, LLVMContext &Ctx) |
| | Write the configuration in /p IConf to the file with path OutputFile.
|
| template<typename Map> |
| static StringRef | llvm::instrumentor::closestOption (const Map &Options, StringRef Missing) |
| LLVM_ABI bool | llvm::instrumentor::readConfigFromJSON (InstrumentationConfig &IConf, StringRef InputFile, LLVMContext &Ctx, vfs::FileSystem &FS) |
| | Read the configuration from the file with path InputFile into /p IConf.
|
| LLVM_ABI bool | llvm::instrumentor::readConfigPathsFile (StringRef InputFile, cl::list< std::string > &Configs, LLVMContext &Ctx, vfs::FileSystem &FS) |
| | Read the configuration paths from the file with path InputFile into Configs.
|
◆ setupMemoryBuffer()