Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DInlineAsm.cpp57 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp497 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h392 FunctionType *getFunctionType(Module &M) const { in getFunctionType() function
447 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } in getFunctionType() function
H A DAMDGPULibFunc.cpp922 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { in getFunctionType() function in AMDGPUMangledLibFunc
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h203 llvm::FunctionType *getFunctionType() const { in getFunctionType() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DFunction.h164 FunctionType *getFunctionType() const { in getFunctionType() function
H A DCallSite.h320 FunctionType *getFunctionType() const { in getFunctionType() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h233 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
625 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp1076 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType() function in WasmObjectWriter
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp961 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { in getFunctionType() function in Decl
H A DExpr.cpp2131 const FunctionProtoType *BlockExpr::getFunctionType() const { in getFunctionType() function in BlockExpr
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1380 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType() function