Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp138 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); in getLabelBeforeInsn()
316 LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin(); in beginFunction()
336 LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin(); in beginFunction()
369 LabelsBeforeInsn.find(MI); in beginInstruction()
372 if (I == LabelsBeforeInsn.end()) in beginInstruction()
426 LabelsBeforeInsn.clear(); in endFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h93 DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn; variable
104 LabelsBeforeInsn.try_emplace(MI); in requestLabelBeforeInsn()