Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp55 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); in getLabelBeforeInsn()
143 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()
152 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()
179 LabelsBeforeInsn.find(MI); in beginInstruction()
182 if (I == LabelsBeforeInsn.end()) in beginInstruction()
228 LabelsBeforeInsn.clear(); in endFunction()
DDebugHandlerBase.h62 DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn; variable
73 LabelsBeforeInsn.insert(std::make_pair(MI, nullptr)); in requestLabelBeforeInsn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp118 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); in getLabelBeforeInsn()
208 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()
218 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()
246 LabelsBeforeInsn.find(MI); in beginInstruction()
249 if (I == LabelsBeforeInsn.end()) in beginInstruction()
299 LabelsBeforeInsn.clear(); in endFunction()
DDebugHandlerBase.h88 DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn; variable
99 LabelsBeforeInsn.insert(std::make_pair(MI, nullptr)); in requestLabelBeforeInsn()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h258 DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn; variable
449 LabelsBeforeInsn.insert(std::make_pair(MI, (MCSymbol*)0)); in requestLabelBeforeInsn()
DDwarfDebug.cpp986 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); in getLabelBeforeInsn()
1018 LabelsBeforeInsn.find(MI); in beginInstruction()
1021 if (I == LabelsBeforeInsn.end()) in beginInstruction()
1158 LabelsBeforeInsn[MI] = FunctionBeginSym; in beginFunction()
1346 LabelsBeforeInsn.clear(); in endFunction()