Searched refs:CFlags (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/c++/ |
D | clang.cpp | 39 createCompilerInvocation(llvm::opt::ArgStringList CFlags, StringRef& Path, in createCompilerInvocation() argument 57 CCArgs.append(CFlags.begin(), CFlags.end()); in createCompilerInvocation() 68 getModuleFromSource(llvm::opt::ArgStringList CFlags, in getModuleFromSource() argument 78 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 83 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 96 getModuleFromSource(llvm::opt::ArgStringList CFlags, in getModuleFromSource() argument 113 return getModuleFromSource(std::move(CFlags), Name, OverlayFS); in getModuleFromSource() 117 getModuleFromSource(llvm::opt::ArgStringList CFlags, StringRef Path) in getModuleFromSource() argument 120 return getModuleFromSource(std::move(CFlags), Path, VFS); in getModuleFromSource() 193 llvm::opt::ArgStringList CFlags; in perf_clang__compile_bpf() local [all …]
|
D | clang.h | 16 getModuleFromSource(opt::ArgStringList CFlags, 20 getModuleFromSource(opt::ArgStringList CFlags,
|