Searched refs:CurrentDwarfLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 206 MCDwarfLoc CurrentDwarfLoc; variable 772 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc() 773 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc() 774 CurrentDwarfLoc.setColumn(Column); in setCurrentDwarfLoc() 775 CurrentDwarfLoc.setFlags(Flags); in setCurrentDwarfLoc() 776 CurrentDwarfLoc.setIsa(Isa); in setCurrentDwarfLoc() 777 CurrentDwarfLoc.setDiscriminator(Discriminator); in setCurrentDwarfLoc() 784 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCContext.cpp | 81 CurrentDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0), in MCContext() 171 CurrentDwarfLoc = MCDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0); in reset()
|