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

  /external/llvm/include/llvm/
Type.h 153 /// isLabelTy - Return true if this is 'label'.
154 bool isLabelTy() const { return ID == LabelTyID; }
  /external/llvm/lib/VMCore/
Type.cpp 362 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
528 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
622 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
684 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
Verifier.cpp 814 Assert1(BI.getDestination(i)->getType()->isLabelTy(),
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 673 if (Ty->isFunctionTy() || Ty->isLabelTy())
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 20 milliseconds