Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp58 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h393 FunctionType *getFunctionType(Module &M) const { getFunctionType() function
448 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } getFunctionType() function
H A DAMDGPULibFunc.cpp974 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { in getFunctionType() function in AMDGPUMangledLibFunc
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp512 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h207 FunctionType *getFunctionType() const { in getFunctionType() function
H A DDerivedTypes.h185 FunctionType *getFunctionType() { return FnTy; } in getFunctionType() function
/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.cpp1257 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType() function in WasmObjectWriter
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1179 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { in getFunctionType() function in Decl
H A DExpr.cpp2513 const FunctionProtoType *BlockExpr::getFunctionType() const { in getFunctionType() function in BlockExpr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1612 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4353 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, in getFunctionType() function in CGDebugInfo