Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h32 class MCCVLoc {
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column, in MCCVLoc() function
88 class MCCVLineEntry : public MCCVLoc {
97 MCCVLineEntry(const MCSymbol *Label, const MCCVLoc loc) in MCCVLineEntry()
98 : MCCVLoc(loc), Label(Label) {} in MCCVLineEntry()
200 const MCCVLoc &getCurrentCVLoc() { return CurrentCVLoc; } in getCurrentCVLoc()
251 MCCVLoc CurrentCVLoc = MCCVLoc(0, 0, 0, 0, false, true);
/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp294 MCCVLoc(FuncId, IA.File, IA.Line, IA.Col, false, false))); in getFunctionLineEntries()
491 MCCVLineEntry StartLoc(Frag.getFnStartSym(), MCCVLoc(Locs.front())); in encodeInlineLineTable()
706 const MCCVLoc &CVLoc = CVC.getCurrentCVLoc(); in Make()
/external/llvm/lib/MC/
DMCCodeView.cpp301 MCCVLineEntry StartLoc(Frag.getFnStartSym(), MCCVLoc(Locs.front())); in encodeInlineLineTable()
448 const MCCVLoc &CVLoc = MCOS->getContext().getCurrentCVLoc(); in Make()