HomeSort by relevance Sort by last modified time
    Searched refs:Deps (Results 26 - 50 of 81) sorted by null

12 3 4

  /build/blueprint/
glob.go 27 Deps []string
55 files, deps, err := c.fs.Glob(pattern, excludes)
63 c.globs[fileName] = GlobPath{pattern, excludes, files, deps, fileName}
  /toolchain/binutils/binutils-2.25/gold/
dynobj.h 397 Verdef(const char* name, const std::vector<std::string>& deps,
399 : name_(name), deps_(deps), is_base_(is_base), is_weak_(is_weak),
451 typedef std::vector<std::string> Deps;
457 Deps deps_;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 407 _BUILD_TARGET_TEMPLATE = TemplateString("${BEGIN}${target} : ${deps}\n${END}\t${cmd}\n")
679 Deps = []
682 Deps.append(self.PlaceMacro(str(Dep), self.Macros))
686 Deps.append(self.PlaceMacro(str(F), self.Macros))
698 Deps.append(NewFile)
702 Deps.append("$(%s)" % T.FileListMacro)
707 "deps" : Deps
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 376 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) {
377 for (SymbolRefSmallVectorTy::const_iterator I = Deps->begin(),
378 E = Deps->end(); I != E; ++I) {
  /build/soong/cc/
ndk_library.go 290 func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
300 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
301 return Deps{}
313 func (stub *stubDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps,
326 return stub.libraryDecorator.link(ctx, flags, deps, objs)
cc.go 59 type Deps struct {
211 deps(ctx DepsContext, deps Deps) Deps
218 compilerDeps(ctx DepsContext, deps Deps) Deps
224 compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects
229 linkerDeps(ctx DepsContext, deps Deps) Dep
635 func (c *Module) deps(ctx DepsContext) Deps { func
    [all...]
rs.go 41 Deps: blueprint.DepsGCC,
stl.go 94 func (stl *stl) deps(ctx BaseModuleContext, deps Deps) Deps { func
100 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
102 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl)
106 deps.StaticLibs = append(deps.StaticLibs, "libunwind_llvm"
    [all...]
  /build/kati/
dep.go 30 Deps []*DepNode
42 return fmt.Sprintf("Dep{output=%s cmds=%d deps=%d orders=%d hasRule=%t phony=%t filename=%s lineno=%d}",
43 n.Output, len(n.Cmds), len(n.Deps), len(n.OrderOnlys), n.HasRule, n.IsPhony, n.Filename, n.Lineno)
351 n.Deps = append(n.Deps, ni)
  /build/soong/android/
mutator.go 24 // Pre-deps
25 // Deps
55 mctx.BottomUp("deps", depsMutator).Parallel()
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 408 const MemoryDependenceResults::NonLocalDepInfo &deps = local
415 for (unsigned i = 0, e = deps.size(); i != e; ++i) {
416 const NonLocalDepEntry *I = &deps[i];
    [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
GVN.h 199 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.cpp 137 LoopRegs.Deps.clear();
351 LoopDependencies::LoopDeps::iterator I = LoopRegs.Deps.find(Reg);
352 if (I != LoopRegs.Deps.end()) {
388 LoopRegs.Deps.erase(I);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 203 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 203 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 203 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 203 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 203 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 203 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 203 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 203 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 75 Deps []string // all (recursively) imported dependencies
88 The Imports, Deps, TestImports, and XTestImports lists also contain these
  /prebuilts/go/linux-x86/src/cmd/go/
list.go 75 Deps []string // all (recursively) imported dependencies
88 The Imports, Deps, TestImports, and XTestImports lists also contain these
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 280 const MemoryDependenceAnalysis::NonLocalDepInfo &deps = local
287 for (unsigned i = 0, e = deps.size(); i != e; ++i) {
288 const NonLocalDepEntry *I = &deps[i];
    [all...]
  /build/blueprint/bootstrap/
bootstrap.go 199 Deps []string
245 return g.properties.Deps
341 Deps []string
374 return g.properties.Deps
413 var deps []string
429 deps = buildGoTest(ctx, testRoot(ctx), testArchiveFile,
441 deps = append(deps, dep.GoTestTargets()...)
460 OrderOnly: deps,
501 var deps []strin
    [all...]

Completed in 1290 milliseconds

12 3 4