Searched defs:OrderfileProperties (Results 1 – 1 of 1) sorted by relevance
61 type OrderfileProperties struct { struct62 Orderfile struct {71 ShouldProfileModule bool `blueprint:"mutated"`72 OrderfileLoad bool `blueprint:"mutated"`73 OrderfileInstrLink bool `blueprint:"mutated"`80 func (props *OrderfileProperties) shouldInstrument() bool {86 func (props *OrderfileProperties) shouldLoadOrderfile() bool {107 func (props *OrderfileProperties) getOrderfile(ctx BaseModuleContext) android.OptionalPath {125 … *OrderfileProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Flags {133 func (props *OrderfileProperties) loadOrderfileFlags(ctx ModuleContext, file string) []string {[all …]