HomeSort by: relevance | last modified time | path
    Searched defs:getDependencies (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
Utils.h 83 ArrayRef<std::string> getDependencies() const { return Dependencies; }
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.h 179 const TGLexer::DependenciesSetTy &getDependencies() const {
180 return Lex.getDependencies();
TGLexer.h 110 const DependenciesSetTy &getDependencies() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DDG.h 290 bool getDependencies(const NodeType &Src, const NodeType &Dst,
451 bool DependenceGraphInfo<NodeType>::getDependencies(
479 if (!getDependencies(Src, Dst, Deps))
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp 412 const std::set<Intrinsic *> &getDependencies() const { return Dependencies; }
2385 for (auto *II : (*I)->getDependencies()) {
2494 for (auto *II : (*I)->getDependencies()) {
2571 for (auto *II : (*I)->getDependencies()) {

Completed in 22 milliseconds