Home
last modified time | relevance | path

Searched refs:getModuleFromSource (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/util/c++/
Dclang.cpp68 getModuleFromSource(llvm::opt::ArgStringList CFlags, in getModuleFromSource() function
96 getModuleFromSource(llvm::opt::ArgStringList CFlags, in getModuleFromSource() function
113 return getModuleFromSource(std::move(CFlags), Name, OverlayFS); in getModuleFromSource()
117 getModuleFromSource(llvm::opt::ArgStringList CFlags, StringRef Path) in getModuleFromSource() function
120 return getModuleFromSource(std::move(CFlags), Path, VFS); in getModuleFromSource()
194 auto M = getModuleFromSource(std::move(CFlags), filename); in perf_clang__compile_bpf()
Dclang.h16 getModuleFromSource(opt::ArgStringList CFlags,
20 getModuleFromSource(opt::ArgStringList CFlags,
Dclang-test.cpp29 perf::getModuleFromSource({cflag_kver.c_str()}, in __test__clang_to_IR()