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.cpp472 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory() local
473 assert(RawVar->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgEntityHistory()
475 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()