HomeSort by relevance Sort by last modified time
    Searched defs:OM (Results 1 - 11 of 11) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExternalASTMerger.h 86 const OriginMap &OM;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExternalASTMerger.h 86 const OriginMap &OM;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ExternalASTMerger.h 86 const OriginMap &OM;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ExternalASTMerger.h 86 const OriginMap &OM;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ExternalASTMerger.h 86 const OriginMap &OM;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExternalASTMerger.h 86 const OriginMap &OM;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExternalASTMerger.h 86 const OriginMap &OM;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExternalASTMerger.h 86 const OriginMap &OM;
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 57 static void orderValue(const Value *V, OrderMap &OM) {
58 if (OM.lookup(V).first)
65 orderValue(Op, OM);
69 OM.index(V);
75 OrderMap OM;
85 orderValue(G.getInitializer(), OM);
88 orderValue(A.getAliasee(), OM);
91 orderValue(I.getResolver(), OM);
95 orderValue(U.get(), OM);
97 OM.LastGlobalConstantID = OM.size()
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 74 static void orderValue(const Value *V, OrderMap &OM) {
75 if (OM.lookup(V).first)
82 orderValue(Op, OM);
86 OM.index(V);
92 OrderMap OM;
97 orderValue(G.getInitializer(), OM);
98 orderValue(&G, OM);
102 orderValue(A.getAliasee(), OM);
103 orderValue(&A, OM);
107 orderValue(I.getResolver(), OM);
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 367 milliseconds