/external/llvm/lib/IR/ |
D | Attributes.cpp | 576 if (getSlotIndex(I) != Index) continue; in Raw() 789 if (getSlotIndex(I) < *IdxI) in addAttribute() 791 else if (getSlotIndex(I) > *IdxI) in addAttribute() 831 if (getSlotIndex(I) >= Index) { in addAttributes() 832 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes() 844 if (Attrs.getSlotIndex(I) == Index) { in addAttributes() 882 if (getSlotIndex(I) >= Index) { in removeAttributes() 883 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes() 895 if (Attrs.getSlotIndex(I) == Index) { in removeAttributes() 923 if (getSlotIndex(I) >= Index) { in removeAttributes() [all …]
|
D | AttributeImpl.h | 244 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex() function
|
D | Function.cpp | 195 AttrBuilder B(AS, AS.getSlotIndex(0)); in addAttr() 205 AttrBuilder B(AS, AS.getSlotIndex(0)); in removeAttr()
|
D | Verifier.cpp | 1215 if (Attrs.getSlotIndex(I) == Idx) { in VerifyAttributeTypes() 1375 unsigned Idx = Attrs.getSlotIndex(i); in VerifyFunctionAttrs() 1539 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in VerifyAttributeCount() 1542 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params))) in VerifyAttributeCount()
|
D | AsmWriter.cpp | 2531 if (AS.getSlotIndex(Idx) == AttributeSet::FunctionIndex) in printFunction()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 356 unsigned getSlotIndex(unsigned Slot) const;
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 250 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) { in DeleteDeadVarargs() 252 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i) in DeleteDeadVarargs()
|
D | GlobalOpt.cpp | 2004 unsigned Index = Attrs.getSlotIndex(i); in StripNest()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 486 unsigned index = PAL.getSlotIndex(i); in printAttributes()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1272 unsigned Index = AS.getSlotIndex(Slot); in legalizeCallAttributes()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2190 unsigned Index = CallerPAL.getSlotIndex(i - 1); in transformConstExprCastCall()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 284 Record.push_back(AS.getSlotIndex(i)); in WriteAttributeGroupTable()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |