Home
last modified time | relevance | path

Searched refs:MCCVLoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCCodeView.h31 class MCCVLoc {
41 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column, in MCCVLoc() function
87 class MCCVLineEntry : public MCCVLoc {
96 MCCVLineEntry(const MCSymbol *Label, const MCCVLoc loc) in MCCVLineEntry()
97 : MCCVLoc(loc), Label(Label) {} in MCCVLineEntry()
DMCContext.h145 MCCVLoc CurrentCVLoc = MCCVLoc(0, 0, 0, 0, false, true);
561 const MCCVLoc &getCurrentCVLoc() { return CurrentCVLoc; } in getCurrentCVLoc()
/external/llvm/lib/MC/
DMCCodeView.cpp301 MCCVLineEntry StartLoc(Frag.getFnStartSym(), MCCVLoc(Locs.front())); in encodeInlineLineTable()
448 const MCCVLoc &CVLoc = MCOS->getContext().getCurrentCVLoc(); in Make()