Searched refs:IsStubTarget (Results 1 – 2 of 2) sorted by relevance
/build/soong/cc/ | ||
D | stub_library.go | 33 func IsStubTarget(m *Module) bool { func |
/build/soong/linkerconfig/ | ||
D | linkerconfig.go | 117 if c, ok := m.(*cc.Module); ok && cc.IsStubTarget(c) { |