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