Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp493 llvm::function_ref<bool(unsigned, DIExpressionCursor &)> InsertArg) { in addExpression() argument
514 if (!InsertArg(Op->getArg(0), ExprCursor)) { in addExpression()
H A DDwarfExpression.h352 llvm::function_ref<bool(unsigned, DIExpressionCursor &)> InsertArg);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2106 template_param_infos.InsertArg( in ParseTemplateDIE()
2111 template_param_infos.InsertArg( in ParseTemplateDIE()
2118 template_param_infos.InsertArg( in ParseTemplateDIE()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h368 void InsertArg(char const *name, clang::TemplateArgument arg) { in InsertArg() function