Searched refs:CFlags (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/c++/ |
| H A 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 82 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 87 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 100 getModuleFromSource(llvm::opt::ArgStringList CFlags, in getModuleFromSource() argument 117 return getModuleFromSource(std::move(CFlags), Name, OverlayFS); in getModuleFromSource() 121 getModuleFromSource(llvm::opt::ArgStringList CFlags, StringRef Path) in getModuleFromSource() argument 124 return getModuleFromSource(std::move(CFlags), Path, VFS); in getModuleFromSource() 197 llvm::opt::ArgStringList CFlags; in perf_clang__compile_bpf() local [all …]
|
| H A D | clang.h | 16 getModuleFromSource(opt::ArgStringList CFlags, 20 getModuleFromSource(opt::ArgStringList CFlags,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0002-cmd-go-make-content-based-hash-generation-less-pedan.patch | 61 - cppflags, cflags, cxxflags, fflags, ldflags, err := b.CFlags(&load.Package{}) 62 + cppflags, cflags, cxxflags, fflags, ldflags, err := b.CFlags(&load.Package{}, false) 64 // Should not happen - b.CFlags was given an empty package. 92 - cppflags, cflags, cxxflags, fflags, ldflags, _ := b.CFlags(p) 93 + cppflags, cflags, cxxflags, fflags, ldflags, _ := b.CFlags(p, true) 196 // CFlags returns the flags to use when invoking the C, C++ or Fortran compilers, or cgo. 197 -func (b *Builder) CFlags(p *load.Package) (cppflags, cflags, cxxflags, fflags, ldflags []string, e… 198 +func (b *Builder) CFlags(p *load.Package, filtered bool) (cppflags, cflags, cxxflags, fflags, ldfl… 202 @@ -2686,6 +2708,14 @@ func (b *Builder) CFlags(p *load.Package) (cppflags, cflags, cxxflags, fflag… 221 - cgoCPPFLAGS, cgoCFLAGS, cgoCXXFLAGS, cgoFFLAGS, cgoLDFLAGS, err := b.CFlags(p) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/neon/neon/ |
| H A D | fix-package-check-for-libxml2.patch | 41 + AC_MSG_NOTICE([libxmlfound CFlags : , ${XML_CFLAGS}])
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | vstruct.h | 502 unsigned int CFlags; member
|