Searched refs:Dependencies (Results 1 - 25 of 48) sorted by relevance

12

/external/compiler-rt/lib/lsan/
H A DMakefile.mk19 Dependencies := $(wildcard $(Dir)/*.h) macro
20 Dependencies += $(wildcard $(Dir)/../interception/*.h)
21 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/compiler-rt/lib/interception/
H A DMakefile.mk19 Dependencies := $(wildcard $(Dir)/*.h) macro
20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/compiler-rt/lib/asan/
H A DMakefile.mk23 Dependencies := $(wildcard $(Dir)/*.h) macro
24 Dependencies += $(wildcard $(Dir)/../interception/*.h)
25 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/mesa3d/docs/
H A DMESA_release_buffers.spec25 Dependencies
H A DMESA_pack_invert.spec26 Dependencies
H A DMESA_agp_offset.spec27 Dependencies
H A DMESA_window_pos.spec24 Dependencies
/external/compiler-rt/lib/ubsan/
H A DMakefile.mk22 Dependencies := $(wildcard $(Dir)/*.h) macro
23 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h52 /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of
54 /// predicate and the input \p Dependencies.
58 /// \param Dependencies The list of dependencies amongst changes. For each
59 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
64 const std::vector<edge_ty> &Dependencies);
/external/compiler-rt/lib/builtins/arm64/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/i386/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/ppc/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/profile/
H A DMakefile.mk18 Dependencies := $(wildcard $(Dir)/*.h) macro
/external/clang/lib/Frontend/
H A DDependencyGraph.cpp37 DependencyMap Dependencies; member in class:__anon1386::DependencyGraphCallback
86 Dependencies[FromFile].push_back(File);
125 for (DependencyMap::iterator F = Dependencies.begin(),
126 FEnd = Dependencies.end();
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h92 llvm::SmallVector<unsigned, 4> Dependencies; member in struct:clang::GlobalModuleIndex::ModuleInfo
166 SmallVectorImpl<ModuleFile *> &Dependencies);
/external/compiler-rt/lib/builtins/
H A DMakefile.mk25 Dependencies := $(wildcard $(Dir)/*.h) macro
/external/compiler-rt/lib/builtins/arm/
H A DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk21 Dependencies := $(wildcard $(Dir)/*.h) macro
/external/llvm/lib/TableGen/
H A DTGLexer.h85 /// Dependencies - This is the list of all included files.
86 DependenciesMapTy Dependencies; member in class:llvm::TGLexer
96 return Dependencies;
/external/compiler-rt/
H A DMakefile235 $(call Set,Tmp.Dependencies,$($(Tmp.SubDirKey).Dependencies))
250 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.s $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
253 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.S $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
256 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.c $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
259 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.cc $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp140 const std::vector<edge_ty> &Dependencies);
182 const std::vector<edge_ty> &Dependencies)
189 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(),
190 ie = Dependencies.end(); it != ie; ++it) {
352 const std::vector<edge_ty> &Dependencies) {
353 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run();
180 DAGDeltaAlgorithmImpl( DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument
351 Run(const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument
/external/clang/include/clang/Frontend/
H A DUtils.h82 llvm::ArrayRef<std::string> getDependencies() const { return Dependencies; }
103 std::vector<std::string> Dependencies; member in class:clang::DependencyCollector
/external/compiler-rt/make/
H A Dsubdir.mk11 # Dependencies - Any dependences for the object files.
26 ObjNames Implementation Dependencies

Completed in 365 milliseconds

12