/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 117 bool IsVariadic; variable 125 : Expression(Expr), ValueLocEntries(Locs), IsVariadic(IsVariadic) { in DbgValueLoc() argument [all...] |
H A D | DwarfDebug.cpp | 238 const bool IsVariadic = !SingleLocExprOpt; in getDebugLocValue() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 151 bool IsVariadic; variable 158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue()
|
H A D | SelectionDAGBuilder.cpp | 1313 bool IsVariadic = DVR.hasArgList(); visitDbgInfo() local 1411 addDanglingDebugInfo(SmallVectorImpl<Value * > & Values,DILocalVariable * Var,DIExpression * Expr,bool IsVariadic,DebugLoc DL,unsigned Order) addDanglingDebugInfo() argument 1587 handleDebugValue(ArrayRef<const Value * > Values,DILocalVariable * Var,DIExpression * Expr,DebugLoc DbgLoc,unsigned Order,bool IsVariadic) handleDebugValue() argument 6677 bool IsVariadic = DI.hasArgList(); visitIntrinsicCall() local [all...] |
H A D | SelectionDAG.cpp | 11002 getDbgValueList(DIVariable * Var,DIExpression * Expr,ArrayRef<SDDbgOperand> Locs,ArrayRef<SDNode * > Dependencies,bool IsIndirect,const DebugLoc & DL,unsigned O,bool IsVariadic) getDbgValueList() argument 11156 bool IsVariadic = salvageDebugInfo() local
|
/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 634 bool IsVariadic = MCDesc.isVariadic(); in createInstrDescImpl() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenSchedule.h | 56 bool IsVariadic; global() member
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 306 classifyArgumentType(QualType Ty,bool IsVariadic,unsigned CallingConvention) const classifyArgumentType() argument
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 344 bool IsVariadic = false; global() member
|
/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 2187 demangleFunctionParameterList(std::string_view & MangledName,bool & IsVariadic) demangleFunctionParameterList() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 2942 getFormatStringInfo(const FormatAttr * Format,bool IsCXXMember,bool IsVariadic,FormatStringInfo * FSI) getFormatStringInfo() argument 4623 bool IsVariadic = false; checkVAStartIsInVariadicFunction() local 5826 bool IsVariadic = false; checkFormatStringExpr() local [all...] |
H A D | SemaType.cpp | 7947 bool IsVariadic = (isa<FunctionProtoType>(FT) && adjustMemberFunctionCC() local
|
H A D | SemaDeclAttr.cpp | 5030 bool IsCXXMethod = false, IsVariadic = false; CheckCallingConvAttr() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4484 bool IsVariadic = false; EmitCallArgs() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 12172 getDefaultCallingConvention(bool IsVariadic,bool IsCXXMethod,bool IsBuiltin) const getDefaultCallingConvention() argument
|