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 383 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
597 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
690 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
758 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Type.h 185 /// isLabelTy - Return true if this is 'label'.
186 bool isLabelTy() const { return getTypeID() == LabelTyID; }
  /external/llvm/lib/AsmParser/
LLParser.cpp 835 if (Ty->isFunctionTy() || Ty->isLabelTy())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 550 Ty->isLabelTy() || Ty->isMetadataTy() || Ty->isVoidTy())
    [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 253 milliseconds