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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 306 /// DIELabel - A label expression DIE.
308 class DIELabel : public DIEValue {
311 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
326 static bool classof(const DIELabel *) { return true; }
  /external/llvm/include/llvm/CodeGen/
DIE.h 166 /// DIELabel - A label DIE.
168 class DIELabel {
172 explicit DIELabel(const MCSymbol *L) : Label(L) {}
290 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 218 class DIELabel {
222 explicit DIELabel(const MCSymbol *L) : Label(L) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,

Completed in 504 milliseconds