Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h316 class DbgCallSiteParam {
322 DbgCallSiteParam(unsigned Reg, DbgValueLoc Val) in DbgCallSiteParam() function
332 using ParamSet = SmallVector<DbgCallSiteParam, 4>;
HDDwarfCompileUnit.h292 SmallVector<DbgCallSiteParam, 4> &Params);
HDDwarfCompileUnit.cpp1324 DIE &CallSiteDIE, SmallVector<DbgCallSiteParam, 4> &Params) { in constructCallSiteParmEntryDIEs() argument
HDDwarfDebug.cpp620 DbgCallSiteParam CSParm(Param.ParamReg, DbgLocVal); in finishCallSiteParams()