Home
last modified time | relevance | path

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

/build/soong/cc/
Dorderfile.go57 type OrderfileProperties struct { struct
58 Orderfile struct {
67 ShouldProfileModule bool `blueprint:"mutated"`
68 OrderfileLoad bool `blueprint:"mutated"`
69 OrderfileInstrLink bool `blueprint:"mutated"`
76 func (props *OrderfileProperties) shouldInstrument() bool {
82 func (props *OrderfileProperties) shouldLoadOrderfile() bool {
103 func (props *OrderfileProperties) getOrderfile(ctx BaseModuleContext) android.OptionalPath {
121 … *OrderfileProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Flags {
129 func (props *OrderfileProperties) loadOrderfileFlags(ctx ModuleContext, file string) []string {
[all …]