Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp328 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
509 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
595 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
662 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
H A DGlobals.cpp320 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
340 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
H A DMangler.cpp208 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobalCOFF()
H A DVerifier.cpp1925 Assert(PT && PT->getElementType()->isFunctionTy(), in verifyStatepoint()
2755 Assert(FPTy->getElementType()->isFunctionTy(), in visitCallBase()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp93 if (I->getValueType()->isFunctionTy()) in CloneModule()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp243 MO.getGlobal()->getValueType()->isFunctionTy(), in Lower()
H A DWebAssemblyAsmPrinter.cpp272 if (GV->getValueType()->isFunctionTy()) { in lowerConstant()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h117 assert(functionPtr->getType()->getPointerElementType()->isFunctionTy()); in CGCallee()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h215 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h651 if (Ty->isFunctionTy()) in emitPartition()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp783 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
1761 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp916 if (GV.getValueType()->isFunctionTy()) in convertToDeclaration()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp657 else if (SGV->getValueType()->isFunctionTy()) in copyGlobalValueProto()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp1554 if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) { in Interpret()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp913 if (!IsAlias && !PTy->getElementType()->isFunctionTy()) in parseIndirectSymbol()
1027 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseGlobal()
4999 if (Ty->isFunctionTy()) in ConvertValIDToValue()
6616 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseAlloc()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1334 if (GIS.getType()->getPointerElementType()->isFunctionTy()) { in emitGlobalIndirectSymbol()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp254 if (GV->getValueType()->isFunctionTy()) in getGlobalAddressWrapper()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4904 return G->getGlobal()->getValueType()->isFunctionTy(); in isFunctionGlobalAddress()