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

  /external/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.h 90 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
DebugHandlerBase.cpp 54 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) {
CodeViewDebug.cpp 759 const MCSymbol *Begin = getLabelBeforeInsn(Range.first);
839 const MCSymbol *Begin = getLabelBeforeInsn(Range.first);
843 End = getLabelBeforeInsn(std::next(I)->first);
    [all...]
DwarfDebug.cpp 853 const MCSymbol *StartLabel = getLabelBeforeInsn(Begin);
862 EndLabel = getLabelBeforeInsn(std::next(I)->first);
    [all...]
DwarfCompileUnit.cpp 430 List.push_back(RangeSpan(DD->getLabelBeforeInsn(R.first),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 452 /// getLabelBeforeInsn - Return Label preceding the instruction.
453 const MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
DwarfDebug.cpp 270 DebugRangeSymbols.push_back(getLabelBeforeInsn(RI->first));
278 const MCSymbol *Start = getLabelBeforeInsn(RI->first);
313 const MCSymbol *StartLabel = getLabelBeforeInsn(RI->first);
338 DebugRangeSymbols.push_back(getLabelBeforeInsn(RI->first));
    [all...]

Completed in 81 milliseconds