Linux Perf
|
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Option/Option.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
perf | |
Functions | |
std::unique_ptr< Module > | perf::getModuleFromSource (opt::ArgStringList CFlags, StringRef Name, StringRef Content) |
std::unique_ptr< Module > | perf::getModuleFromSource (opt::ArgStringList CFlags, StringRef Path) |
std::unique_ptr< llvm::SmallVectorImpl< char > > | perf::getBPFObjectFromModule (llvm::Module *Module) |