Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp299 scope.pending.diLocation = getLocation(backtrace, i); in EmitVariable()
347 builder->SetCurrentDebugLocation(pending.diLocation); in emitPending()
374 …auto di = diBuilder->insertDeclare(value, diVar, diBuilder->createExpression(), pending.diLocation in emitPending()
381 pending.diLocation->getLine() + 1, in emitPending()
383 pending.diLocation->getScope(), in emitPending()
384 pending.diLocation->getInlinedAt())); in emitPending()
DLLVMReactorDebugInfo.hpp119 llvm::DILocation *diLocation = nullptr; member