/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 132 MCEncodedFragment(MCFragment::FragmentType FType,bool HasInstructions,MCSection * Sec) MCEncodedFragment() argument 191 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,bool HasInstructions,MCSection * Sec) MCEncodedFragmentWithContents() argument 212 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,bool HasInstructions,MCSection * Sec) MCEncodedFragmentWithFixups() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1278 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset)); in CreateType() local 1242 QualType FType; collectDefaultElementTypesForBlockPointer() local 3053 QualType FType = Field->getType(); CreateTypeDefinition() local 3822 CreateMemberType(llvm::DIFile * Unit,QualType FType,StringRef Name,uint64_t * Offset) CreateMemberType() argument 4526 QualType FType; EmitTypeForVarWithBlocksAttr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 697 if (auto FType = dyn_cast<FunctionType>(Ty)) { createSPIRVType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 4343 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local 4403 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
|
H A D | RewriteModernObjC.cpp | 5189 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl() local 5257 QualType FType = Context->getPointerType(BFT); SynthBlockInitExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 3690 FunctionType *FType = MF.getFunction().getFunctionType(); analyzeInputArgs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 2133 processPSInputArgs(SmallVectorImpl<ISD::InputArg> & Splits,CallingConv::ID CallConv,ArrayRef<ISD::InputArg> Ins,BitVector & Skipped,FunctionType * FType,SIMachineFunctionInfo * Info) processPSInputArgs() argument 2735 FunctionType *FType = MF.getFunction().getFunctionType(); LowerFormalArguments() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 17682 FunctionType *FType = MF.getFunction().getFunctionType(); analyzeInputArgs() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7308 QualType FType = TInfo->getType(); ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
|