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

  /external/llvm/include/llvm/IR/
Type.h 188 /// isLabelTy - Return true if this is 'label'.
189 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /external/llvm/lib/IR/
Type.cpp 389 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
600 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
697 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
765 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
Verifier.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 735 if (Ty->isFunctionTy() || Ty->isLabelTy())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [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 1087 milliseconds