Searched refs:NewBaseCompiler (Results 1 – 12 of 12) sorted by relevance
/aosp12/build/soong/rust/ |
H A D | proc_macro.go | 50 baseCompiler: NewBaseCompiler("lib", "lib64", InstallInSystem),
|
H A D | benchmark.go | 64 baseCompiler: NewBaseCompiler("nativebench", "nativebench64", InstallInData),
|
H A D | test.go | 99 baseCompiler: NewBaseCompiler("nativetest", "nativetest64", InstallInData),
|
H A D | binary.go | 58 baseCompiler: NewBaseCompiler("bin", "", InstallInSystem),
|
H A D | compiler.go | 47 func NewBaseCompiler(dir, dir64 string, location installLocation) *baseCompiler { func
|
H A D | library.go | 387 baseCompiler: NewBaseCompiler("lib", "lib64", InstallInSystem),
|
/aosp12/build/soong/cc/ |
H A D | object.go | 102 module.compiler = NewBaseCompiler()
|
H A D | binary.go | 207 module.compiler = NewBaseCompiler()
|
H A D | fuzz.go | 334 baseCompiler: NewBaseCompiler(),
|
H A D | test.go | 472 baseCompiler: NewBaseCompiler(),
|
H A D | compiler.go | 215 func NewBaseCompiler() *baseCompiler { func
|
H A D | library.go | 1903 baseCompiler: NewBaseCompiler(),
|