HomeSort by relevance Sort by last modified time
    Searched refs:MCDwarfLoc (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCDwarf.h 56 class MCDwarfLoc {
76 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
82 // for an MCDwarfLoc object.
85 /// \brief Get the FileNum of this MCDwarfLoc.
88 /// \brief Get the Line of this MCDwarfLoc.
91 /// \brief Get the Column of this MCDwarfLoc.
94 /// \brief Get the Flags of this MCDwarfLoc.
97 /// \brief Get the Isa of this MCDwarfLoc.
100 /// \brief Get the Discriminator of this MCDwarfLoc.
103 /// \brief Set the FileNum of this MCDwarfLoc
    [all...]
MCContext.h 37 class MCDwarfLoc;
135 MCDwarfLoc CurrentDwarfLoc;
474 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; }
  /external/llvm/lib/MC/
MCContext.cpp 91 CurrentDwarfLoc = MCDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0);
MCDwarf.cpp 59 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc();
    [all...]

Completed in 43 milliseconds