Searched refs:CurrentDwarfLoc (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 207 MCDwarfLoc CurrentDwarfLoc; variable 746 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc() 747 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc() 748 CurrentDwarfLoc.setColumn(Column); in setCurrentDwarfLoc() 749 CurrentDwarfLoc.setFlags(Flags); in setCurrentDwarfLoc() 750 CurrentDwarfLoc.setIsa(Isa); in setCurrentDwarfLoc() 751 CurrentDwarfLoc.setDiscriminator(Discriminator); in setCurrentDwarfLoc() 758 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc()
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 75 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()
|