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

  /external/llvm/include/llvm/IR/
Type.h 203 /// isFunctionTy - True if this is an instance of FunctionType.
205 bool isFunctionTy() const { return getTypeID() == FunctionTyID; }
  /external/llvm/lib/IR/
Type.cpp 383 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
598 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
691 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 387 IsNonLocalFunction = GV->getType()->getElementType()->isFunctionTy() &&
429 if (GValue->getType()->getElementType()->isFunctionTy() ||
461 IsNonLocalFunction = GV->getType()->getElementType()->isFunctionTy() &&
    [all...]
PPCFastISel.cpp     [all...]
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 676 if (Alias.getType()->getElementType()->isFunctionTy())
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 642 if (GV.getType()->getElementType()->isFunctionTy())
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 262 if (GV->getType()->getElementType()->isFunctionTy())
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 835 if (Ty->isFunctionTy() || Ty->isLabelTy())
    [all...]

Completed in 341 milliseconds