Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineDebugify.cpp68 DenseMap<unsigned, DILocalVariable *> Line2Var; in applyDebugifyMetadataToMachineFunction() local
77 Line2Var[Line] = DVI->getVariable(); in applyDebugifyMetadataToMachineFunction()
83 if (Line2Var.empty()) in applyDebugifyMetadataToMachineFunction()
111 if (!Line2Var.count(Line)) in applyDebugifyMetadataToMachineFunction()
113 DILocalVariable *LocalVar = Line2Var[Line]; in applyDebugifyMetadataToMachineFunction()