Home
last modified time | relevance | path

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

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