Home
last modified time | relevance | path

Searched refs:NewBaseCompiler (Results 1 – 12 of 12) sorted by relevance

/aosp12/build/soong/rust/
H A Dproc_macro.go50 baseCompiler: NewBaseCompiler("lib", "lib64", InstallInSystem),
H A Dbenchmark.go64 baseCompiler: NewBaseCompiler("nativebench", "nativebench64", InstallInData),
H A Dtest.go99 baseCompiler: NewBaseCompiler("nativetest", "nativetest64", InstallInData),
H A Dbinary.go58 baseCompiler: NewBaseCompiler("bin", "", InstallInSystem),
H A Dcompiler.go47 func NewBaseCompiler(dir, dir64 string, location installLocation) *baseCompiler { func
H A Dlibrary.go387 baseCompiler: NewBaseCompiler("lib", "lib64", InstallInSystem),
/aosp12/build/soong/cc/
H A Dobject.go102 module.compiler = NewBaseCompiler()
H A Dbinary.go207 module.compiler = NewBaseCompiler()
H A Dfuzz.go334 baseCompiler: NewBaseCompiler(),
H A Dtest.go472 baseCompiler: NewBaseCompiler(),
H A Dcompiler.go215 func NewBaseCompiler() *baseCompiler { func
H A Dlibrary.go1903 baseCompiler: NewBaseCompiler(),