Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.h52 struct InstrInfoTy { struct
57 InstrInfoTy() : LineNumber(0), ColumnNumber(0) {} in InstrInfoTy() argument
59 InstrInfoTy(StringRef Filename, unsigned LineNumber, unsigned ColumnNumber) in InstrInfoTy() function
63 DenseMap<MCSymbol *, InstrInfoTy> InstrInfo;
DWinCodeViewLineTables.cpp90 const InstrInfoTy &LastInstr = InstrInfo[CurFn->Instrs.back()]; in maybeRecordLocation()
99 InstrInfo[MCL] = InstrInfoTy(Filename, DL.getLine(), DL.getCol()); in maybeRecordLocation()