Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go71 PgoInstrLink bool `blueprint:"mutated"` member
248 pgo.Properties.PgoInstrLink = pgo.Properties.isInstrumentation()
253 pgo.Properties.PgoInstrLink = pgo.Properties.isInstrumentation()
289 if cc.pgo.Properties.PgoInstrLink {
290 pgo.Properties.PgoInstrLink = true
302 if cc.pgo.Properties.PgoInstrLink {
303 pgo.Properties.PgoInstrLink = true
313 if (props.ShouldProfileModule && props.isInstrumentation()) || props.PgoInstrLink {