Searched refs:GetCcInfo (Results 1 – 6 of 6) sorted by relevance
/build/soong/android/ |
D | bazel_handler.go | 70 GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) methodSpec 135 func (m MockBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { func 166 func (bazelCtx *bazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, erro… func 167 result, ok := bazelCtx.cquery(label, cquery.GetCcInfo, archType) 173 ret, err := cquery.GetCcInfo.ParseResult(bazelOutput) 181 func (n noopBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { func
|
/build/soong/bazel/cquery/ |
D | request_type_test.go | 94 actualOutput, err := GetCcInfo.ParseResult(tc.input)
|
D | request_type.go | 10 GetCcInfo = &getCcInfoType{} var
|
/build/soong/cc/ |
D | library_headers.go | 55 ccInfo, ok, err := bazelCtx.GetCcInfo(label, ctx.Arch().ArchType)
|
D | prebuilt.go | 333 ccInfo, ok, err := bazelCtx.GetCcInfo(label, ctx.Arch().ArchType)
|
D | library.go | 535 ccInfo, ok, err := bazelCtx.GetCcInfo(label, ctx.Arch().ArchType)
|