Home
last modified time | relevance | path

Searched refs:isFunctionVarArg (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h352 inline bool isFunctionVarArg() const;
H A DDerivedTypes.h149 bool Type::isFunctionVarArg() const { in isFunctionVarArg() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1125 bool isVArg = prototype.isFunctionVarArg(); in PrepareTrivialCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp1554 if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) { in Interpret()