Home
last modified time | relevance | path

Searched refs:EmptyExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1060 const DIExpression *EmptyExpr)
1062 EmptyProperties(EmptyExpr, false, false) {}
1169 const DIExpression *EmptyExpr;
H A DInstrRefBasedImpl.cpp3214 DbgValueProperties EmptyProperties(EmptyExpr, false, false); in buildVLocValueMap()
3458 EmptyExpr = DIExpression::get(Context, {}); in initialSetup()
3750 vlocs.resize(MaxNumBlocks, VLocTracker(DVMap, OverlapFragments, EmptyExpr)); in ExtendRanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp666 const DIExpression *EmptyExpr = in interpretValues() local
771 addToFwdRegWorklist(ForwardedRegWorklist, New.first, EmptyExpr, New.second); in interpretValues()
820 const DIExpression *EmptyExpr = in collectCallSiteParameters() local
826 ForwardedRegWorklist.insert({ArgReg.Reg, {{ArgReg.Reg, EmptyExpr}}}) in collectCallSiteParameters()