|
static CompilerInvocation * | createCompilerInvocation (llvm::opt::ArgStringList CFlags, StringRef &Path, DiagnosticsEngine &Diags) |
|
static std::unique_ptr< llvm::Module > | getModuleFromSource (llvm::opt::ArgStringList CFlags, StringRef Path, IntrusiveRefCntPtr< vfs::FileSystem > VFS) |
|
std::unique_ptr< llvm::Module > | getModuleFromSource (llvm::opt::ArgStringList CFlags, StringRef Name, StringRef Content) |
|
std::unique_ptr< llvm::Module > | getModuleFromSource (llvm::opt::ArgStringList CFlags, StringRef Path) |
|
std::unique_ptr< llvm::SmallVectorImpl< char > > | getBPFObjectFromModule (llvm::Module *Module) |
|
std::unique_ptr< Module > | getModuleFromSource (opt::ArgStringList CFlags, StringRef Name, StringRef Content) |
|
std::unique_ptr< Module > | getModuleFromSource (opt::ArgStringList CFlags, StringRef Path) |
|