Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h231 DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn; variable
474 LabelsBeforeInsn.insert(std::make_pair(MI, nullptr)); in requestLabelBeforeInsn()
DDwarfDebug.cpp971 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); in getLabelBeforeInsn()
1012 LabelsBeforeInsn.find(MI); in beginInstruction()
1015 if (I == LabelsBeforeInsn.end()) in beginInstruction()
1153 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()
1162 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()
1226 LabelsBeforeInsn.clear(); in endFunction()
1262 LabelsBeforeInsn.clear(); in endFunction()