Home
last modified time | relevance | path

Searched defs:OrderfileProperties (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dorderfile.go61 type OrderfileProperties struct { struct
62 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 …]