Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp137 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); in getLabelBeforeInsn()
298 LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin(); in beginFunction()
318 LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin(); in beginFunction()
351 LabelsBeforeInsn.find(MI); in beginInstruction()
354 if (I == LabelsBeforeInsn.end()) in beginInstruction()
408 LabelsBeforeInsn.clear(); in endFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h90 DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn; variable
101 LabelsBeforeInsn.insert(std::make_pair(MI, nullptr)); in requestLabelBeforeInsn()