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

  /external/llvm/include/llvm/
Type.h 172 /// isLabelTy - Return true if this is 'label'.
173 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /external/llvm/lib/VMCore/
Type.cpp 412 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
614 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
708 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
777 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
Verifier.cpp 822 Assert1(BI.getDestination(i)->getType()->isLabelTy(),
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 671 if (Ty->isFunctionTy() || Ty->isLabelTy())
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 239 milliseconds