Searched refs:orderValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 57 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function 65 orderValue(Op, OM); in orderValue() 85 orderValue(G.getInitializer(), OM); in orderModule() 88 orderValue(A.getAliasee(), OM); in orderModule() 92 orderValue(U.get(), OM); in orderModule() 105 orderValue(&F, OM); in orderModule() 107 orderValue(&A, OM); in orderModule() 109 orderValue(&G, OM); in orderModule() 119 orderValue(&BB, OM); in orderModule() 121 orderValue(&A, OM); in orderModule() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 74 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function 82 orderValue(Op, OM); in orderValue() 97 orderValue(G.getInitializer(), OM); in orderModule() 98 orderValue(&G, OM); in orderModule() 102 orderValue(A.getAliasee(), OM); in orderModule() 103 orderValue(&A, OM); in orderModule() 108 orderValue(U.get(), OM); in orderModule() 110 orderValue(&F, OM); in orderModule() 116 orderValue(&A, OM); in orderModule() 118 orderValue(&BB, OM); in orderModule() [all …]
|