Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp332 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
515 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
603 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
669 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
HDGlobals.cpp345 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
365 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
HDMangler.cpp207 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobalCOFF()
HDVerifier.cpp1989 Assert(PT && PT->getElementType()->isFunctionTy(), in verifyStatepoint()
2852 Assert(FPTy->getElementType()->isFunctionTy(), in visitCallBase()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCloneModule.cpp92 if (I->getValueType()->isFunctionTy()) in CloneModule()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h215 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.h116 assert(functionPtr->getType()->getPointerElementType()->isFunctionTy()); in CGCallee()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCompileOnDemandLayer.h667 if (Ty->isFunctionTy()) in emitPartition()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp809 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
1789 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionImport.cpp963 if (GV.getValueType()->isFunctionTy()) in convertToDeclaration()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1344 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol()
1352 CE->getOperand(0)->getType()->getPointerElementType()->isFunctionTy(); in emitGlobalIndirectSymbol()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRInterpreter.cpp1395 if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) { in Interpret()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
HDIRMover.cpp695 else if (SGV->getValueType()->isFunctionTy()) in copyGlobalValueProto()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.cpp1124 if (GV->getValueType()->isFunctionTy()) { in LowerGlobalAddress()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp930 if (!IsAlias && !PTy->getElementType()->isFunctionTy()) in parseIndirectSymbol()
1059 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseGlobal()
5140 if (Ty->isFunctionTy()) in ConvertValIDToValue()
6901 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseAlloc()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp254 if (GV->getValueType()->isFunctionTy()) in getGlobalAddressWrapper()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2382 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp4442 return (GV->getValueType()->isFunctionTy() || in shouldEmitGOTReloc()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp5009 return G->getGlobal()->getValueType()->isFunctionTy(); in isFunctionGlobalAddress()