Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp465 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory() local
466 assert(RawVar->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgEntityHistory()
468 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()