Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp57 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp495 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
/netbsd/external/apache2/llvm/dist/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.cpp910 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { in getFunctionType() function in AMDGPUMangledLibFunc
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h175 FunctionType *getFunctionType() const { in getFunctionType() function
H A DDerivedTypes.h181 FunctionType *getFunctionType() { return FnTy; } in getFunctionType() function
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1001 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { in getFunctionType() function in Decl
H A DExpr.cpp2315 const FunctionProtoType *BlockExpr::getFunctionType() const { in getFunctionType() function in BlockExpr
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1193 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType() function in WasmObjectWriter
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1443 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType() function