Home
last modified time | relevance | path

Searched defs:getFunctionType (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DFunction.cpp15 FunctionType *Function::getFunctionType() const { in getFunctionType() function in llvm::sandboxir::Function
H A DInstruction.cpp480 FunctionType *CallBase::getFunctionType() const { in getFunctionType() function in llvm::sandboxir::CallBase
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp59 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h418 FunctionType *getFunctionType(const Module &M) const { in getFunctionType() function
475 FunctionType *getFunctionType(const Module &M) const override { in getFunctionType() function
H A DAMDGPULibFunc.cpp994 FunctionType *AMDGPUMangledLibFunc::getFunctionType(const Module &M) const { in getFunctionType() function in AMDGPUMangledLibFunc
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp508 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h209 FunctionType *getFunctionType() const { in getFunctionType() function
H A DDerivedTypes.h187 FunctionType *getFunctionType() { return FnTy; } in getFunctionType() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp45 cir::FuncType CIRGenTypes::getFunctionType(const CIRGenFunctionInfo &fi) { in getFunctionType() function in CIRGenTypes
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h227 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
619 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1234 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType() function in WasmObjectWriter
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1204 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { in getFunctionType() function in Decl
H A DExpr.cpp2530 const FunctionProtoType *BlockExpr::getFunctionType() const { in getFunctionType() function in BlockExpr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1731 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4610 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, in getFunctionType() function in CGDebugInfo