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

  /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);
92 orderValue(F.getPrefixData(), OM);
95 orderValue(F.getPrologueData(), OM);
97 OM.LastGlobalConstantID = OM.size()
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 71 static void orderValue(const Value *V, OrderMap &OM) {
72 if (OM.lookup(V).first)
79 orderValue(Op, OM);
83 OM.index(V);
89 OrderMap OM;
94 orderValue(G.getInitializer(), OM);
95 orderValue(&G, OM);
99 orderValue(A.getAliasee(), OM);
100 orderValue(&A, OM);
105 orderValue(F.getPrefixData(), OM);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 195 milliseconds