Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h261 class DbgCallSiteParam {
267 DbgCallSiteParam(unsigned Reg, DbgValueLoc Val) in DbgCallSiteParam() function
277 using ParamSet = SmallVector<DbgCallSiteParam, 4>;
H A DDwarfCompileUnit.h263 SmallVector<DbgCallSiteParam, 4> &Params);
H A DDwarfCompileUnit.cpp1247 DIE &CallSiteDIE, SmallVector<DbgCallSiteParam, 4> &Params) { in constructCallSiteParmEntryDIEs() argument
H A DDwarfDebug.cpp641 DbgCallSiteParam CSParm(Param.ParamReg, DbgLocVal); in finishCallSiteParams()