Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDType.h352 bool isFunctionVarArg() const;
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
HDABISysV_hexagon.cpp278 bool isVArg = prototype.isFunctionVarArg(); in PrepareTrivialCall()
/NextBSD/contrib/llvm/lib/IR/
HDType.cpp180 bool Type::isFunctionVarArg() const { in isFunctionVarArg() function in Type
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRInterpreter.cpp1547 if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) in Interpret()