Searched refs:CurrentDwarfLoc (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 181 MCDwarfLoc CurrentDwarfLoc; variable 732 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc() 733 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc() 734 CurrentDwarfLoc.setColumn(Column); in setCurrentDwarfLoc() 735 CurrentDwarfLoc.setFlags(Flags); in setCurrentDwarfLoc() 736 CurrentDwarfLoc.setIsa(Isa); in setCurrentDwarfLoc() 737 CurrentDwarfLoc.setDiscriminator(Discriminator); in setCurrentDwarfLoc() 744 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCContext.cpp | 73 CurrentDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0), in MCContext() 153 CurrentDwarfLoc = MCDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0); in reset()
|