HomeSort by relevance Sort by last modified time
    Searched refs:getLabelAfterInsn (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.h 93 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
DebugHandlerBase.cpp 61 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) {
DwarfDebug.cpp 349 return !getLabelAfterInsn(Ranges.front().second);
858 EndLabel = getLabelAfterInsn(End);
    [all...]
DwarfCompileUnit.cpp 431 DD->getLabelAfterInsn(R.second)));
    [all...]
CodeViewDebug.cpp 760 const MCSymbol *End = getLabelAfterInsn(Range.second);
840 const MCSymbol *End = getLabelAfterInsn(Range.second);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 460 /// getLabelAfterInsn - Return Label immediately following the instruction.
461 const MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
DwarfDebug.cpp 271 DebugRangeSymbols.push_back(getLabelAfterInsn(RI->second));
279 const MCSymbol *End = getLabelAfterInsn(RI->second);
314 const MCSymbol *EndLabel = getLabelAfterInsn(RI->second);
339 DebugRangeSymbols.push_back(getLabelAfterInsn(RI->second));
    [all...]

Completed in 181 milliseconds