Home
last modified time | relevance | path

Searched defs:FunctionType (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.h24 class FunctionType; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h36 class FunctionType; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h23 class FunctionType; variable
H A DCGDeclCXX.cpp1103 GenerateCXXGlobalCleanUpFunc(llvm::Function * Fn,ArrayRef<std::tuple<llvm::FunctionType *,llvm::WeakTrackingVH,llvm::Constant * >> DtorsOrStermFinalizers) GenerateCXXGlobalCleanUpFunc() argument
[all...]
H A DCGOpenMPRuntime.h36 class FunctionType; variable
H A DCodeGenModule.h50 class FunctionType; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/
H A DRecordInitializer.cpp404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h26 class FunctionType; variable
H A DInlineAsm.h30 class FunctionType; variable
H A DModule.h45 class FunctionType; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
231 TypeIndex FunctionType; variable
614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
623 TypeIndex FunctionType; variable
H A DSymbolRecord.h59 TypeIndex FunctionType; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h40 class FunctionType; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h30 class FunctionType; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h51 class FunctionType; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp308 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h18 class FunctionType; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h777 QualType FunctionType; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3240 SubstituteExplicitTemplateArguments(FunctionTemplateDecl * FunctionTemplate,TemplateArgumentListInfo & ExplicitTemplateArgs,SmallVectorImpl<DeducedTemplateArgument> & Deduced,SmallVectorImpl<QualType> & ParamTypes,QualType * FunctionType,TemplateDeductionInfo & Info) SubstituteExplicitTemplateArguments() argument
4400 adjustCCAndNoReturn(QualType ArgFunctionType,QualType FunctionType,bool AdjustExceptionSpec) adjustCCAndNoReturn() argument
4474 QualType FunctionType = Function->getType(); DeduceTemplateArguments() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h808 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, FunctionType() function