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

  /external/llvm/lib/IR/
Type.cpp 382 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
599 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
693 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
762 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Type.h 175 /// isLabelTy - Return true if this is 'label'.
176 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 554 Ty->isLabelTy() || Ty->isMetadataTy() || Ty->isVoidTy() ||
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1129 milliseconds