HomeSort by: relevance | last modified time | path
    Searched defs:getFunctionType (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
InlineAsm.cpp 38 assert(Verify(getFunctionType(), constraints) &&
57 FunctionType *InlineAsm::getFunctionType() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp 495 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 166 // Allow implicit conversion from types which have a getFunctionType member
168 template <typename T, typename U = decltype(&T::getFunctionType)>
170 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {}
181 FunctionType *getFunctionType() { return FnTy; }
InstrTypes.h 1244 FunctionType *getFunctionType() const { return FTy; }
1433 setCalledFunction(Fn->getFunctionType(), Fn);
1438 setCalledFunction(Fn.getFunctionType(), Fn.getCallee());
Function.h 175 FunctionType *getFunctionType() const {
180 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
188 bool isVarArg() const { return getFunctionType()->isVarArg(); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1001 const FunctionType *Decl::getFunctionType(bool BlocksToo) const {
Expr.cpp 2313 /// getFunctionType - Return the underlying function type for this block.
2315 const FunctionProtoType *BlockExpr::getFunctionType() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 226 TypeIndex getFunctionType() const { return FunctionType; }
618 TypeIndex getFunctionType() const { return FunctionType; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 339 uint32_t getFunctionType(const MCSymbolWasm &Symbol);
1193 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) {
1308 Import.SigIndex = getFunctionType(WS);
1533 Func.SigIndex = getFunctionType(WS);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.h 348 virtual FunctionType *getFunctionType(Module &M) const = 0;
392 FunctionType *getFunctionType(Module &M) const {
393 return Impl->getFunctionType(M);
417 FunctionType *getFunctionType(Module &M) const override;
447 FunctionType *getFunctionType(Module &M) const override { return FuncTy; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1443 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args,

Completed in 35 milliseconds