HomeSort by relevance Sort by last modified time
    Searched defs:DIEDelta (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 335 /// DIEDelta - A simple label difference DIE.
337 class DIEDelta : public DIEValue {
341 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo)
353 static bool classof(const DIEDelta *) { return true; }
  /external/llvm/include/llvm/CodeGen/
DIE.h 185 /// DIEDelta - A simple label difference DIE.
187 class DIEDelta {
192 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {}
291 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 236 class DIEDelta {
241 DIEDelta(const MCSymbol *Hi, const MCSymbol *Lo) : LabelHi(Hi), LabelLo(Lo) {}
352 DIEDelta *, DIEEntry, DIEBlock *,

Completed in 59 milliseconds