Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go78 func (props *PgoProperties) isInstrumentation() bool { func
143 if props.isInstrumentation() {
185 isInstrumentation := props.isInstrumentation()
188 profileKindPresent := isInstrumentation || isSampling
211 if isInstrumentation && !benchmarksPresent {
215 if isSampling && isInstrumentation {
248 pgo.Properties.PgoInstrLink = pgo.Properties.isInstrumentation()
253 pgo.Properties.PgoInstrLink = pgo.Properties.isInstrumentation()
313 if (props.ShouldProfileModule && props.isInstrumentation()) || props.PgoInstrLink {