Home
last modified time | relevance | path

Searched defs:CompilerInfo (Results 1 – 2 of 2) sorted by relevance

/build/soong/rust/
Drust.go42 type CompilerInfo struct { struct
43 StdLinkageForDevice RustLinkage
44 StdLinkageForNonDevice RustLinkage
45 NoStdlibs bool
46 LibraryInfo *LibraryInfo
60 CompilerInfo *CompilerInfo member
/build/soong/cc/
Dcc.go66 type CompilerInfo struct { struct
67 Srcs android.Paths
69 Cflags []string
70 AidlInterfaceInfo AidlInterfaceInfo
71 LibraryDecoratorInfo *LibraryDecoratorInfo
150 CompilerInfo *CompilerInfo member