Searched defs:builderFlags (Results 1 – 5 of 5) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | builder.go | 345 type builderFlags struct { struct 359 localCommonFlags string 360 localAsFlags string 378 tidy bool 379 gcovCoverage bool 380 sAbiDump bool 381 emitXrefs bool 385 systemIncludeFlags string 388 groupStaticLibs bool 394 yacc *YaccProperties [all …]
|
H A D | proto.go | 25 func genProto(ctx android.ModuleContext, protoFile android.Path, flags builderFlags) (cc, header an…
|
H A D | gen.go | 203 func genWinMsg(ctx android.ModuleContext, srcFile android.Path, flags builderFlags) (android.Path, … 249 buildFlags builderFlags) (android.Paths, android.Paths, generatedSourceInfo) {
|
H A D | linker.go | 629 …uleContext, in android.Path, symbolOrderingFile android.ModuleOutPath, flags builderFlags) string {
|
H A D | compiler.go | 663 func compileObjs(ctx android.ModuleContext, flags builderFlags,
|