Searched refs:CurrentDwarfLoc (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 159 MCDwarfLoc CurrentDwarfLoc; variable 604 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc() 605 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc() 606 CurrentDwarfLoc.setColumn(Column); in setCurrentDwarfLoc() 607 CurrentDwarfLoc.setFlags(Flags); in setCurrentDwarfLoc() 608 CurrentDwarfLoc.setIsa(Isa); in setCurrentDwarfLoc() 609 CurrentDwarfLoc.setDiscriminator(Discriminator); in setCurrentDwarfLoc() 616 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 66 CurrentDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0), in MCContext() 107 CurrentDwarfLoc = MCDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0); in reset()
|