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.h1063 const DIExpression *EmptyExpr)
1065 EmptyProperties(EmptyExpr, false, false) {}
1177 const DIExpression *EmptyExpr;
H A DInstrRefBasedImpl.cpp3184 DbgValueProperties EmptyProperties(EmptyExpr, false, false); in buildVLocValueMap()
3429 EmptyExpr = DIExpression::get(Context, {}); in initialSetup()
3722 vlocs.resize(MaxNumBlocks, VLocTracker(DVMap, OverlapFragments, EmptyExpr)); in ExtendRanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp657 const DIExpression *EmptyExpr = in interpretValues() local
765 addToFwdRegWorklist(ForwardedRegWorklist, New.first, EmptyExpr, New.second); in interpretValues()
814 const DIExpression *EmptyExpr = in collectCallSiteParameters() local
820 ForwardedRegWorklist.insert({ArgReg.Reg, {{ArgReg.Reg, EmptyExpr}}}) in collectCallSiteParameters()