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
56 InstrInfoTy() : LineNumber(0) {} in InstrInfoTy() argument
58 InstrInfoTy(StringRef Filename, unsigned LineNumber) in InstrInfoTy() argument
61 DenseMap<MCSymbol *, InstrInfoTy> InstrInfo;
DWinCodeViewLineTables.cpp91 const InstrInfoTy &LastInstr = InstrInfo[CurFn->Instrs.back()]; in maybeRecordLocation()
100 InstrInfo[MCL] = InstrInfoTy(Filename, DL.getLine()); in maybeRecordLocation()