Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp482 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory() local
483 assert(RawVar->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgEntityHistory()
485 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()