#ifndef PERF_UTIL_CLANG_H
#define PERF_UTIL_CLANG_H

#include "llvm/ADT/StringRef.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Option/Option.h"
#include <memory>

namespace perf {

using namespace llvm;

std::unique_ptr<Module>
getModuleFromSource(opt::ArgStringList CFlags,
		    StringRef Name, StringRef Content);

std::unique_ptr<Module>
getModuleFromSource(opt::ArgStringList CFlags,
		    StringRef Path);

std::unique_ptr<llvm::SmallVectorImpl<char>>
getBPFObjectFromModule(llvm::Module *Module);

}
#endif
' title='net-next.git Git repository'/>
</head>
<body>
<div id='cgit'><table id='header'>
<tr>
<td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='c0e4dadb3494bd0bf4fdeac341509deac8f4b47c'/><input type='hidden' name='showmsg' value='1'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master' selected='selected'>master</option>
<option value='nds-private-remove'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/sound/pci/echoaudio/echoaudio.c?showmsg=1'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/sound/pci/echoaudio/echoaudio.c?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/sound/pci/echoaudio/echoaudio.c?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/sound/pci/echoaudio/echoaudio.c?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/sound/pci/echoaudio/echoaudio.c'>
<input type='hidden' name='id' value='c0e4dadb3494bd0bf4fdeac341509deac8f4b47c'/><input type='hidden' name='showmsg' value='1'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c&amp;showmsg=1'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c&amp;showmsg=1'>sound</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/pci?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c&amp;showmsg=1'>pci</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/pci/echoaudio?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c&amp;showmsg=1'>echoaudio</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/pci/echoaudio/echoaudio.c?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c&amp;showmsg=1'>echoaudio.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/sound/pci/echoaudio/echoaudio.c?id=c0e4dadb3494bd0bf4fdeac341509deac8f4b47c'>Collapse</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>