HomeSort by relevance Sort by last modified time
    Searched refs:getNumSlots (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/
Attributes.h 286 /// getNumSlots - Return the number of slots used in this attribute list.
289 unsigned getNumSlots() const;
  /external/llvm/lib/VMCore/
Attributes.cpp 228 /// getNumSlots - Return the number of slots used in this attribute list.
231 unsigned AttrListPtr::getNumSlots() const {
347 for (unsigned i = 0; i < getNumSlots(); ++i) {
Verifier.cpp 580 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) {
619 unsigned LastSlot = Attrs.getNumSlots() - 1;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) {
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 167 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) {
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 443 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 139 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) {
    [all...]

Completed in 257 milliseconds