Searched refs:StaticExecutable (Results 1 – 8 of 8) sorted by relevance
119 StaticExecutable bool member130 p.StaticExecutable = binaryLinker.static()160 if p.StaticExecutable {161 propertySet.AddProperty("static_executable", p.StaticExecutable)
148 StaticExecutable bool `json:",omitempty"` member323 prop.StaticExecutable = m.StaticExecutable()
235 StaticExecutable() bool methodSpec
3275 func (c *Module) StaticExecutable() bool { func
148 if !ctx.RustModule().StaticExecutable() {165 if !ctx.RustModule().StaticExecutable() {416 if mod.StaticExecutable() {
395 if ctx.RustModule().StaticExecutable() {
274 func (mod *Module) StaticExecutable() bool { func
2678 if l, ok := module.(cc.LinkableInterface); ok && l.StaticExecutable() {