Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp57 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp495 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
/freebsd-13.1/contrib/llvm-project/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.cpp917 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { in getFunctionType() function in AMDGPUMangledLibFunc
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h176 FunctionType *getFunctionType() const { in getFunctionType() function
H A DDerivedTypes.h181 FunctionType *getFunctionType() { return FnTy; } in getFunctionType() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h226 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
618 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1204 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType() function in WasmObjectWriter
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1005 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { in getFunctionType() function in Decl
H A DExpr.cpp2387 const FunctionProtoType *BlockExpr::getFunctionType() const { in getFunctionType() function in BlockExpr
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1488 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType() function