Home
last modified time | relevance | path

Searched refs:Dependencies (Results 1 – 25 of 113) sorted by relevance

12345

/external/compiler-rt/lib/lsan/
DMakefile.mk19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../interception/*.h)
21 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/compiler-rt/lib/asan/
DMakefile.mk23 Dependencies := $(wildcard $(Dir)/*.h)
24 Dependencies += $(wildcard $(Dir)/../interception/*.h)
25 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/clang/lib/Frontend/
DDependencyGraph.cpp37 DependencyMap Dependencies; member in __anon7c4ba1fc0111::DependencyGraphCallback
86 Dependencies[FromFile].push_back(File); in InclusionDirective()
125 for (DependencyMap::iterator F = Dependencies.begin(), in OutputGraphFile()
126 FEnd = Dependencies.end(); in OutputGraphFile()
/external/compiler-rt/lib/interception/
DMakefile.mk19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp200 Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(), in GlobalModuleIndex()
278 SmallVectorImpl<ModuleFile *> &Dependencies) { in getModuleDependencies() argument
286 Dependencies.clear(); in getModuleDependencies()
287 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies; in getModuleDependencies()
290 Dependencies.push_back(MF); in getModuleDependencies()
382 SmallVector<unsigned, 4> Dependencies; member
615 getModuleFileInfo(File).Dependencies.push_back(DependsOnID); in loadModuleFile()
724 Record.push_back(M->second.Dependencies.size()); in writeIndex()
725 Record.append(M->second.Dependencies.begin(), M->second.Dependencies.end()); in writeIndex()
/external/compiler-rt/lib/ubsan/
DMakefile.mk22 Dependencies := $(wildcard $(Dir)/*.h)
23 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp140 const std::vector<edge_ty> &Dependencies);
182 const std::vector<edge_ty> &Dependencies) in DAGDeltaAlgorithmImpl() argument
189 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(), in DAGDeltaAlgorithmImpl()
190 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
352 const std::vector<edge_ty> &Dependencies) { in Run() argument
353 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
/external/compiler-rt/
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/clang/include/clang/Serialization/
DGlobalModuleIndex.h92 llvm::SmallVector<unsigned, 4> Dependencies; member
166 SmallVectorImpl<ModuleFile *> &Dependencies);
/external/llvm/lib/TableGen/
DTGLexer.h86 DependenciesMapTy Dependencies;
96 return Dependencies; in getDependencies()
DTGLexer.cpp312 DependenciesMapTy::const_iterator Found = Dependencies.find(IncludedFile); in LexInclude()
313 if (Found != Dependencies.end()) { in LexInclude()
320 Dependencies.insert(std::make_pair(IncludedFile, getLoc())); in LexInclude()
/external/compiler-rt/lib/profile/
DMakefile.mk18 Dependencies := $(wildcard $(Dir)/*.h)
/external/compiler-rt/lib/builtins/
DMakefile.mk25 Dependencies := $(wildcard $(Dir)/*.h)
/external/clang/include/clang/Frontend/
DUtils.h82 llvm::ArrayRef<std::string> getDependencies() const { return Dependencies; } in getDependencies()
103 std::vector<std::string> Dependencies; variable
/external/compiler-rt/lib/builtins/arm64/
DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/builtins/i386/
DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/builtins/ppc/
DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/builtins/armv6m/
DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/builtins/x86_64/
DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/mesa3d/docs/
DMESA_release_buffers.spec25 Dependencies
DMESA_pack_invert.spec26 Dependencies
DMESA_window_pos.spec24 Dependencies
/external/compiler-rt/lib/sanitizer_common/
DMakefile.mk21 Dependencies := $(wildcard $(Dir)/*.h)
/external/compiler-rt/lib/builtins/arm/
DMakefile.mk20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/llvm/include/llvm/ADT/
DDAGDeltaAlgorithm.h64 const std::vector<edge_ty> &Dependencies);

12345