| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSubtarget.cpp | 107 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 358 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType() 556 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType() 618 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType() 749 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
|
| H A D | Globals.cpp | 342 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable() 366 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
|
| H A D | Mangler.cpp | 234 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobalCOFF()
|
| H A D | Verifier.cpp | 2131 Assert(PT && PT->getElementType()->isFunctionTy(), in verifyStatepoint()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | EHPersonalities.cpp | 24 if (!F || !F->getValueType() || !F->getValueType()->isFunctionTy()) in classifyEHPersonality()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 92 if (I->getValueType()->isFunctionTy()) in CloneModule()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.h | 118 assert(functionPtr->getType()->getPointerElementType()->isFunctionTy()); in CGCallee()
|
| H A D | CodeGenTypes.cpp | 646 unsigned AS = PointeeType->isFunctionTy() in ConvertType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 219 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1082 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference() 2135 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1022 if (GV.getValueType()->isFunctionTy()) in convertToDeclaration()
|
| H A D | Attributor.cpp | 1123 CE->getType()->getPointerElementType()->isFunctionTy()) { in checkForAllCallSites()
|
| H A D | AttributorAttributes.cpp | 4331 if (!V.getType()->getPointerElementType()->isFunctionTy()) in initialize() 5311 V.getType()->getPointerElementType()->isFunctionTy() && in initialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 991 if (!IsAlias && !PTy->getElementType()->isFunctionTy()) { in parseIndirectSymbol() 1121 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in parseGlobal() 3282 if (!GV->getValueType()->isFunctionTy()) in parseValID() 5258 if (Ty->isFunctionTy()) in convertValIDToValue() 5589 if (!FwdFn->getType()->getPointerElementType()->isFunctionTy()) in parseFunctionHeader() 7097 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in parseAlloc()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 1394 if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) { in Interpret()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 708 else if (SGV->getValueType()->isFunctionTy()) in copyGlobalValueProto()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1616 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol() 1623 CE->getOperand(0)->getType()->getPointerElementType()->isFunctionTy(); in emitGlobalIndirectSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 254 if (GV->getValueType()->isFunctionTy()) in getGlobalAddressWrapper()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1553 if (GV->getValueType()->isFunctionTy()) { in LowerGlobalAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2426 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 5017 return (GV->getValueType()->isFunctionTy() || in shouldEmitGOTReloc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5079 return G->getGlobal()->getValueType()->isFunctionTy(); in isFunctionGlobalAddress()
|