Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp466 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory() local
467 assert(RawVar->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgEntityHistory()
469 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()