reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/InlineAsm.h
   78   FunctionType *getFunctionType() const;

References

include/llvm/IR/DerivedTypes.h
  176       : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {}
lib/IR/ConstantsContext.h
  429         FTy(Asm->getFunctionType()), HasSideEffects(Asm->hasSideEffects()),
  445            FTy == Asm->getFunctionType();
lib/IR/InlineAsm.cpp
   38   assert(Verify(getFunctionType(), constraints) &&
lib/Transforms/Utils/FunctionComparator.cpp
  699   if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType()))
  699   if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType()))
  711   assert(L->getFunctionType() != R->getFunctionType());
  711   assert(L->getFunctionType() != R->getFunctionType());
lib/Transforms/Utils/ValueMapper.cpp
  366     FunctionType *NewTy = IA->getFunctionType();
  370       if (NewTy != IA->getFunctionType())