Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp118 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); in getLabelBeforeInsn()
224 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()
234 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()
268 LabelsBeforeInsn.find(MI); in beginInstruction()
271 if (I == LabelsBeforeInsn.end()) in beginInstruction()
322 LabelsBeforeInsn.clear(); in endFunction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h91 DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn; variable
102 LabelsBeforeInsn.insert(std::make_pair(MI, nullptr)); in requestLabelBeforeInsn()