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