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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 392 /// DIEBlock - A block of values. Primarily used for location expressions.
394 class DIEBlock : public DIEValue, public DIE {
397 DIEBlock()
399 virtual ~DIEBlock() {}
423 static bool classof(const DIEBlock *) { return true; }
  /external/llvm/include/llvm/CodeGen/
DIE.h 269 class DIEBlock;
291 DIEDelta *, DIEEntry, DIEBlock *, DIELoc *,
713 /// DIEBlock - Represents a block of values.
715 class DIEBlock : public DIEValueList {
719 DIEBlock() : Size(0) {}

Completed in 57 milliseconds