Home
last modified time | relevance | path

Searched refs:isFunctionTy (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/IR/
DType.cpp383 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
598 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy(); in isValidElementType()
691 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy(); in isValidElementType()
DAsmWriter.cpp1946 !cast<PointerType>(RetTy)->getElementType()->isFunctionTy())) { in printInstruction()
1985 !cast<PointerType>(RetTy)->getElementType()->isFunctionTy())) { in printInstruction()
DVerifier.cpp1531 Assert1(FPTy->getElementType()->isFunctionTy(), in VerifyCallSite()
/external/llvm/include/llvm/IR/
DType.h205 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp387 IsNonLocalFunction = GV->getType()->getElementType()->isFunctionTy() && in EmitInstruction()
429 if (GValue->getType()->getElementType()->isFunctionTy() || in EmitInstruction()
461 IsNonLocalFunction = GV->getType()->getElementType()->isFunctionTy() && in EmitInstruction()
DPPCFastISel.cpp1904 (GV->getType()->getElementType()->isFunctionTy() && in PPCMaterializeGV()
DPPCISelDAGToDAG.cpp1475 if ((GValue->getType()->getElementType()->isFunctionTy() && in Select()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp676 if (Alias.getType()->getElementType()->isFunctionTy()) in EmitEndOfAsmFile()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp642 if (GV.getType()->getElementType()->isFunctionTy()) in getSymbolNMTypeChar()
/external/llvm/lib/AsmParser/
DLLParser.cpp835 if (Ty->isFunctionTy() || Ty->isLabelTy()) in ParseGlobal()
2958 if (Ty->isFunctionTy()) in ConvertValIDToValue()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp262 if (GV->getType()->getElementType()->isFunctionTy()) in getGlobalAddressWrapper()